Jump to content

Strange issue with PHP's filesize()


B0b

Recommended Posts

Hi guys,

 

Firstly, happy new year in advance.

I'd like your opinions on this matter: in which circumstance could filesize() return 0 (not false), no error, when the file does exist (file_exists()) and isn't empty (just got fwritten) and directory is properly CHMODed?

Strange isn't? If I open it with 'a' and there's allready content in it, it'll return the initial size before being written in by the script, even though the function is called after fwritten. What could cause this sort of delay?

Link to comment
https://forums.phpfreaks.com/topic/186744-strange-issue-with-phps-filesize/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.