March 2002
Intermediate to advanced
528 pages
21h 29m
English
filesize
int filesize(string path)
Returns the size, in bytes, of the file
path. If the file does not exist, or any
other error occurs, the function returns false.
This information is cached; you can clear the cache with
clearstatcache( ).