Lines Matching refs:directory
2 Test dir() function : usage variations - operate on previously opened directory
12 * Prototype : object dir(string $directory[, resource $context])
19 * directory which is already open.
22 echo "*** Testing dir() : operate on previously opened directory ***\n";
27 // create the temporary directory
32 // create files within the temporary directory
35 // open the directory
39 // open the same directory again without closing it
43 echo "-- reading directory contents with previous handle --\n";
46 echo "-- reading directory contents with current handle --\n";
61 *** Testing dir() : operate on previously opened directory ***
74 -- reading directory contents with previous handle --
76 -- reading directory contents with current handle --