SplFileInfo::getSize

(PHP 5 >= 5.1.2, PHP 7, PHP 8)

SplFileInfo::getSizeGets file size

Description

public SplFileInfo::getSize(): int|false

Returns the filesize in bytes for the file referenced.

Parameters

This function has no parameters.

Return Values

The filesize in bytes on success, or false on failure.

Errors/Exceptions

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

See Also