SplFileInfo::isWritable
(PHP 5 >= 5.1.2, PHP 7, PHP 8)
SplFileInfo::isWritable — Tells if the entry is writable
Description
Checks if the current entry is writable.
Parameters
This function has no parameters.
Return Values
Returns true
if writable, false
otherwise;