SplFileInfo::isWritable

(PHP 5 >= 5.1.2, PHP 7)

SplFileInfo::isWritableTells if the entry is writable

Opis

public SplFileInfo::isWritable ( void ) : bool

Checks if the current entry is writable.

Parametry

Ta funkcja nie posiada parametrów.

Zwracane wartości

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