filesize

(PHP 3, PHP 4 )

filesize -- Leest de grootte van een bestand uit

Beschrijving

int filesize ( string filename)

Geeft de grootte van een bestand in bytes terug, of FALSE in het geval van een fout.

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

Opmerking: This function will not work on remote files as the file to be examined must be accessible via the servers filesystem.

Zie ook file_exists().