PHP_CompatInfo_Parser::getDirlist()

PHP_CompatInfo_Parser::getDirlist()  -- Returns list of directory parsed

概要

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.

パラメータ

mixed $dir

The directory name

array $options

An array of parser options. See parseData() method.

返り値

returns array - list of directories that should be parsed

例外・エラー

throws no exceptions thrown

利用可能なバージョン

since version 1.8.0b2 (2008-06-03)

注意

この関数は、スタティックにコールする ことはできません。