apache - PHP timeout while moving files with rename -


while moving thousands of files using

foreach ($list_of_files $file) {     rename($file, 'another_folder/' . $file); } 

can php timeout in middle of rename() causing 1 single file moved partially?


Comments

Popular posts from this blog

android - Pass an Serializable object in AIDL -

How to provide Authorization & Authentication using Asp.net, C#? -

How to use Authorization & Authentication in Asp.net, C#? -