filesize

(PHP 3, PHP 4 >= 4.0.0)

filesize -- Gets file size

Popis

int filesize (string filename)

Returns the size of the file, or FALSE in case of an error.

The results of this function are cached. See clearstatcache() for more details.