Method |
Description |
|
add_tag ( $tag, $public_ids = [], $options = [] ) |
|
|
build_upload_params ( &$options ) |
|
|
call_api ( $action, $params, $options = [], $file = NULL ) |
|
|
call_tags_api ( $tag, $command, $public_ids = [], &$options = [] ) |
|
|
create_archive ( $options = [], $target_format = NULL ) |
# Creates a new archive in the server and returns information in JSON format |
|
create_zip ( $options = [] ) |
# Creates a new zip archive in the server and returns information in JSON format |
|
destroy ( $public_id, $options = [] ) |
|
|
explicit ( $public_id, $options = [] ) |
|
|
explode ( $public_id, $options = [] ) |
|
|
generate_sprite ( $tag, $options = [] ) |
|
|
multi ( $tag, $options = [] ) |
|
|
remove_tag ( $tag, $public_ids = [], $options = [] ) |
|
|
rename ( $from_public_id, $to_public_id, $options = [] ) |
|
|
replace_tag ( $tag, $public_ids = [], $options = [] ) |
|
|
text ( $text, $options = [] ) |
|
|
unsigned_upload ( $file, $upload_preset, $options = [] ) |
|
|
upload ( $file, $options = [] ) |
|
|
upload_large ( $file, $options = [] ) |
Upload large raw files. Note that public_id should include an extension for best results. |
|
upload_large_part ( $file, $options = [] ) |
Upload large raw files. Note that public_id should include an extension for best results. |
|