DirectoryIterator
PHP Manual

DirectoryIterator::isWritable

(PHP 5 <= 5.1.1)

DirectoryIterator::isWritableReturns true if file can be written

Beschreibung

bool DirectoryIterator::isWritable ( void )
Warnung

Diese Funktion ist bis jetzt nicht dokumentiert. Es steht nur die Liste der Argumente zur Verfügung.

Checks if the entry is writable.

Parameter-Liste

Diese Funktion hat keine Parameter.

Rückgabewerte

TRUE if the file is writable, otherwise FALSE


DirectoryIterator
PHP Manual