$file->isReadable()
Check if the file can be read by the current user
$file->isReadable(): bool
Return type
bool
This method modifies the existing $file
object it is applied to and returns it again.
Check if the file can be read by the current user
$file->isReadable(): bool
bool
This method modifies the existing $file
object it is applied to and returns it again.