Voting

: max(one, one)?
(Example: nine)

The Note You're Voting On

PHP-Hasan
6 years ago
Under Windows 10 filesize obviously cannot work with relative path names. Use absolute path instead. $size = filesize(".\\myfile.txt"); does not work for me while "d:\\MyFiles\\Myfile.txt" will do. The same applys to similar functions like is_file() or stat(). They won't work correctly unless given an absolute path.

<< Back to user notes page

To Top