This repository has been archived on 2024-07-11. You can view files and clone it, but cannot push or open issues or pull requests.
yoshop/source/vendor/qiniu/php-sdk/examples
2020-04-25 22:20:29 +08:00
..
cdn_get_bandwidth.php 1.1.38 2020-04-25 22:20:29 +08:00
cdn_get_flux.php 1.1.38 2020-04-25 22:20:29 +08:00
cdn_get_log_list.php 1.1.38 2020-04-25 22:20:29 +08:00
cdn_refresh_urls_dirs.php 1.1.38 2020-04-25 22:20:29 +08:00
cdn_timestamp_antileech.php 1.1.38 2020-04-25 22:20:29 +08:00
image_url_builder.php 1.1.38 2020-04-25 22:20:29 +08:00
persistent_fop_init.php 1.1.38 2020-04-25 22:20:29 +08:00
persistent_fop_status.php 1.1.38 2020-04-25 22:20:29 +08:00
pfop_mkzip.php 1.1.38 2020-04-25 22:20:29 +08:00
pfop_vframe.php 1.1.38 2020-04-25 22:20:29 +08:00
pfop_video_avthumb.php 1.1.38 2020-04-25 22:20:29 +08:00
pfop_watermark.php 1.1.38 2020-04-25 22:20:29 +08:00
php-logo.png 1.1.38 2020-04-25 22:20:29 +08:00
prefop.php 1.1.38 2020-04-25 22:20:29 +08:00
pulpvideo.php 1.1.38 2020-04-25 22:20:29 +08:00
qetag.php 1.1.38 2020-04-25 22:20:29 +08:00
README.md 1.1.38 2020-04-25 22:20:29 +08:00
rs_batch_change_mime.php 1.1.38 2020-04-25 22:20:29 +08:00
rs_batch_change_type.php 1.1.38 2020-04-25 22:20:29 +08:00
rs_batch_copy.php 1.1.38 2020-04-25 22:20:29 +08:00
rs_batch_delete_after_days.php 1.1.38 2020-04-25 22:20:29 +08:00
rs_batch_delete.php 1.1.38 2020-04-25 22:20:29 +08:00
rs_batch_move.php 1.1.38 2020-04-25 22:20:29 +08:00
rs_batch_stat.php 1.1.38 2020-04-25 22:20:29 +08:00
rs_bucket_domains.php 1.1.38 2020-04-25 22:20:29 +08:00
rs_buckets.php 1.1.38 2020-04-25 22:20:29 +08:00
rs_change_mime.php 1.1.38 2020-04-25 22:20:29 +08:00
rs_change_status.php 1.1.38 2020-04-25 22:20:29 +08:00
rs_change_type.php 1.1.38 2020-04-25 22:20:29 +08:00
rs_copy.php 1.1.38 2020-04-25 22:20:29 +08:00
rs_delete_after_days.php 1.1.38 2020-04-25 22:20:29 +08:00
rs_delete.php 1.1.38 2020-04-25 22:20:29 +08:00
rs_download_urls.php 1.1.38 2020-04-25 22:20:29 +08:00
rs_fetch.php 1.1.38 2020-04-25 22:20:29 +08:00
rs_move.php 1.1.38 2020-04-25 22:20:29 +08:00
rs_prefetch.php 1.1.38 2020-04-25 22:20:29 +08:00
rs_stat.php 1.1.38 2020-04-25 22:20:29 +08:00
rsf_list_bucket.php 1.1.38 2020-04-25 22:20:29 +08:00
rsf_list_files.php 1.1.38 2020-04-25 22:20:29 +08:00
saveas.php 1.1.38 2020-04-25 22:20:29 +08:00
upload_and_callback.php 1.1.38 2020-04-25 22:20:29 +08:00
upload_and_pfop.php 1.1.38 2020-04-25 22:20:29 +08:00
upload_mgr_init.php 1.1.38 2020-04-25 22:20:29 +08:00
upload_multi_demos.php 1.1.38 2020-04-25 22:20:29 +08:00
upload_simple_file.php 1.1.38 2020-04-25 22:20:29 +08:00
upload_tokens.php 1.1.38 2020-04-25 22:20:29 +08:00
upload_verify_callback.php 1.1.38 2020-04-25 22:20:29 +08:00

examples

这些 examples 旨在帮助你快速了解使用七牛的sdk。这些demo都是可以直接运行的 但是在运行之前需要填上您自己的参数。

比如:

  • $bucket 需要填上您想操作的 bucket名字
  • $accessKey$secretKey 可以在我们的管理后台找到。
  • 在进行视频转码 压缩文件等异步操作时 需要使用到的队列名称也可以在我们管理后台新建。