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

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

toolbar - How to add link to user registration inside toobar in admin joomla 3 custom component -

android - Pass an Serializable object in AIDL -