The Directory classIntroductionInstances of Directory are created by calling the dir function, not by the new operator. Class synopsis
Directory
/* Properties */
public
readonly
string
$path;
public
readonly
resource
$handle;
/* Methods */
public void close()
public stringfalse read()
public void rewind()
Properties
Changelog
|