芝麻web文件管理V1.00
编辑当前文件:/www/wwwroot/shphe-en.com/admin/extend/vendor/qiniu/php-sdk/examples/pfop_mkzip.php
execute($bucket, $key, $fops, $pipeline, $notify_url, $force); echo "\n====> pfop mkzip result: \n"; if ($err != null) { var_dump($err); } else { echo "PersistentFop Id: $id\n"; $res = "http://api.qiniu.com/status/get/prefop?id=$id"; echo "Processing result: $res"; }