$options
$options : array
$mac : \Qiniu\Mac
uploadFile(string $path, string $key) : boolean|\Qiniu\Result
Upload file
string | $path | |
string | $key |
upload(string $string, string $key) : boolean|\Qiniu\Result
Upload string
string | $string | |
string | $key |
stat(string $key) : boolean|\Qiniu\Result|\Qiniu\Client
Get file stats
string | $key |
move(string $key, string $new_key) : boolean|\Qiniu\Result|\Qiniu\Client
Move file
string | $key | |
string | $new_key |
copy(string $key, string $new_key) : boolean|\Qiniu\Result|\Qiniu\Client
Copy file
string | $key | |
string | $new_key |
delete(string $key) : boolean|\Qiniu\Result|\Qiniu\Client
Delete file
string | $key |
ls( $prefix = '') : boolean|\Qiniu\Result
$prefix |
exec() : \Qiniu\Result
Exec the batch
imageInfo(string $key) : \Qiniu\Result
Get image info
string | $key |
exif(string $key) : \Qiniu\Result
Get exif info
string | $key |
imageView(string $key, array $options) : \Qiniu\Result
Generate imageView url
string | $key | |
array | $options |
uploadRequest(string $body, string|array $key, array $policy = null) : boolean|\Qiniu\Result
Upload request
string | $body | |
string|array | $key | |
array | $policy |
imageRequest(string $key, string $type) : \Qiniu\Result
Image info request
string | $key | |
string | $type |
operateRequest(string $uri, string $key, string $host = null) : boolean|\Qiniu\Result
Operate request
string | $uri | |
string | $key | |
string | $host |