SplFileInfo::getSize
(PHP 5 >= 5.1.2)
SplFileInfo::getSize — Gets file size
Описание
public int SplFileInfo::getSize
( void
)
Список параметров
This function has no parameters.
Возвращаемые значения
The filesize in bytes.
Errors/Exceptions
A RuntimeException will be thrown if the file does not exist or an error occurs.