SplFileInfo::getSize

(PHP 5 >= 5.1.2, PHP 7)

SplFileInfo::getSizeGets file size

Descrierea

public SplFileInfo::getSize ( void ) : int

Returns the filesize in bytes for the file referenced.

Parametri

Această funcție nu are parametri.

Valorile întoarse

The filesize in bytes.

Erori/Excepții

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

A se vedea și