|
DirectoryIterator::isWritableDetermine if current DirectoryIterator item can be written to Beschreibung
public bool DirectoryIterator::isWritable
( void
)
Determines if the current DirectoryIterator item is writable. Parameter-ListeDiese Funktion hat keine Parameter. Rückgabewerte
Returns Beispiele
Beispiel #1 DirectoryIterator::isWritable example This example lists the files and directories which can be opened for writing in the directory containing the script.
<?phpDas oben gezeigte Beispiel erzeugt eine ähnliche Ausgabe wie: apples.txt bananas.html pears Siehe auch
|