Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 17510 программистов и 1874 робота. Сейчас ищут 1754 программиста ...
PHP_CompatInfo_Parser::getDirlist
Вернуться к: Parser Infrastructure
PHP_CompatInfo_Parser::getDirlist
PHP_CompatInfo_Parser::getDirlist() – Returns list of directory parsed
Synopsis
require_once 'PHP/CompatInfo/Parser.php';
array PHP_CompatInfo_Parser::getDirlist ( mixed $dir , array $options )
Returns list of directory parsed, depending of restrictive parser options.
Parameter
- mixed $dir
-
The directory name
- array $options
-
An array of parser options. See parseData() method.
Return value
returns array - list of directories that should be parsed
Throws
throws no exceptions thrown
Since
since version 1.8.0b2 (2008-06-03)
Note
This function can not be called statically.
Вернуться к: Parser Infrastructure