Home
last modified time | relevance | path

Searched refs:dirh (Results 1 – 1 of 1) sorted by relevance

/web-php/
H A Dquickref.php47 $dirh = @opendir($_SERVER['DOCUMENT_ROOT'] . "/manual/$LANG"); variable
48 if (!$dirh) {
56 while (($entry = readdir($dirh)) !== false) {
79 closedir($dirh);

Completed in 5 milliseconds