SplFileInfo
PHP Manual

SplFileInfo::getSize

(PHP 5 >= 5.1.2)

SplFileInfo::getSizeGets file size

説明

public int SplFileInfo::getSize ( void )

Returns the filesize in bytes for the file referenced.

パラメータ

この関数にはパラメータはありません。

返り値

The filesize in bytes.

エラー / 例外

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

参考


SplFileInfo
PHP Manual