SplFileInfo::getSize

(PHP 5 >= 5.1.2, PHP 7)

SplFileInfo::getSizeGets file size

Beschreibung

public SplFileInfo::getSize ( void ) : int

Returns the filesize in bytes for the file referenced.

Parameter-Liste

Diese Funktion besitzt keine Parameter.

Rückgabewerte

The filesize in bytes.

Fehler/Exceptions

A RuntimeException will be thrown if the file does not exist or an error occurs.

Siehe auch