SplFileInfo::isWritable

(PHP 5 >= 5.1.2)

SplFileInfo::isWritableTells if the entry is writable

Опис

public bool SplFileInfo::isWritable ( void )

Checks if the current entry is writable.

Параметри

В цієї функції немає параметрів.

Значення, що повертаються

Returns TRUE if writable, FALSE otherwise;

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top