Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетил 18821 программист и 2023 робота. Сейчас ищут 1690 программистов ...
PHP_CompatInfo_Parser::getFilelist
Вернуться к: Parser Infrastructure
PHP_CompatInfo_Parser::getFilelist
PHP_CompatInfo_Parser::getFilelist() – Returns list of files parsed
Synopsis
require_once 'PHP/CompatInfo/Parser.php';
array PHP_CompatInfo_Parser::getFilelist ( mixed $dir , array $options )
Returns list of files parsed, depending of restrictive parser options.
Parameter
- mixed $dir
-
The directory name where to look files
- array $options
-
An array of parser options. See parseData() method.
Return value
returns array - list of files 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