dirReturn an instance of the Directory class Description
Directoryfalse dir(string
$directory , resourcenull $context = null )
A pseudo-object-oriented mechanism for reading a directory. The
given Parameters
Return Values
Returns an instance of Directory, or Changelog
Examples
Example #1 dir example
Please note the fashion in which Directory::read's
return value is checked in the example below. We are explicitly
testing whether the return value is identical to (equal to and of
the same type as - see
Comparison Operators for more information)
The above example will output something similar to: Handle: Resource id #2 Path: /etc/php5 . .. apache cgi cli Notes
|