Lines Matching refs:directory
2 Test dir() function : usage variations - operate on previously opened directory
6 * Prototype : object dir(string $directory[, resource $context])
13 * directory which is already open.
16 echo "*** Testing dir() : operate on previously opened directory ***\n";
21 // create the temporary directory
26 // create files within the temporary directory
29 // open the directory
33 // open the same directory again without closing it
37 echo "-- reading directory contents with previous handle --\n";
40 echo "-- reading directory contents with current handle --\n";
55 *** Testing dir() : operate on previously opened directory ***
68 -- reading directory contents with previous handle --
70 -- reading directory contents with current handle --