PHP_CompatInfo_Parser::parseData()

PHP_CompatInfo_Parser::parseData()  -- Parse a data source

概要

require_once 'PHP/CompatInfo/Parser.php';

array PHP_CompatInfo_Parser::parseData (mixed $dataSource, array [$options = array()])

説明

Parse a data source with auto detect ability. This data source, may be one of these follows: a directory, a file, a string (chunk of code), an array of multiple origin.

Each of five parsing functions support common and specifics options.

* Common options :

* parseArray, parseDir|parseFolder, specific options :

* parseArray specific options :

* parseDir|parseFolder specific options :

パラメータ

mixed $dataSource

The data source (may be file, dir, string, or array)

array $options

An array of options. See above.

返り値

returns array or false on error

例外・エラー

throws no exceptions thrown

利用可能なバージョン

since version 1.8.0b2 (2008-06-03)

注意

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

see PHP_CompatInfo::parseData() example