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)

Description

Returns list of directory parsed, depending of restrictive parser options.

Paramètres

mixed $dir

The directory name

array $options

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

Valeur retournée

returns array - list of directories that should be parsed

Valeurs renvoyées

throws no exceptions thrown

Depuis

since version 1.8.0b2 (2008-06-03)

Note

Cette fonction ne peut pas être appelée de façon statique.