SplFileInfo::getSize

(PHP 5 >= 5.1.2, PHP 7)

SplFileInfo::getSizeGets file size

Açıklama

public SplFileInfo::getSize ( void ) : int

Returns the filesize in bytes for the file referenced.

Değiştirgeler

Bu işlevin değiştirgesi yoktur.

Dönen Değerler

The filesize in bytes.

Hatalar/İstisnalar

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

Ayrıca Bakınız