gpt4 book ai didi

PHP 上传循环数组

转载 作者:行者123 更新时间:2023-12-02 18:16:39 25 4
gpt4 key购买 nike

我正在将文件上传到云文件中,但是每个容器每秒上传 100 次,所以我想做的是,如果上传失败,我会再试一次。

while (!$object = $container->uploadObject($remoteFile, $handle));{
$container = $objectStoreService->getContainer($containerName);
$localFile = $filepath;
$remoteFile = $hash.'-'.$filename;
$handle = fopen($localFile, 'r');
}

使用此代码块和单元测试;我只比上传文件的 50% 好一点,我的错在哪里?

最佳答案

如果你想限制 100 次上传/秒,你可以使用 sleep 。 https://www.w3schools.com/php/func_misc_sleep.asp

关于PHP 上传循环数组,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/71493627/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com