|
DirectoryIterator::isWritableDetermine if current DirectoryIterator item can be written to Description
public bool DirectoryIterator::isWritable
( void
)
Determines if the current DirectoryIterator item is writable. ParametersThis function has no parameters. Return Values
Returns Examples
Example #1 DirectoryIterator::isWritable example This example lists the files and directories which can be opened for writing in the directory containing the script.
<?php The above example will output something similar to: apples.txt bananas.html pears See Also
|