filesize stat failed

I have a php script running, which loops through all files in a specified folder. It returns name, filesize, modified_date etc. for each file it finds. The script returns the info for most of the files correctly, except for the ones that have chinese or other symbols in it..Then I get the famous filesize stat failed error (warning). How would I solve this, without changing the filenames?I will provide code if needed.
 
Back
Top