SplFileInfo::isReadable

SplFileInfo::isReadable

(PHP 5 >= 5.1.2, PHP 7)

SplFileInfo::isReadableTells if file is readable

Description

public bool SplFileInfo::isReadable ( void )

Check if the file is readable.

Parameters

This function has no parameters.

Return Values

Returns TRUE if readable, FALSE otherwise.

登录查看完整内容