PHP_CompatInfo::parseFolder

PHP_CompatInfo::parseFolder() – Alias of parseDir

Synopsis

require_once 'PHP/CompatInfo.php';

void PHP_CompatInfo::parseFolder ( string $folder , array $options = array() )

Description

Alias of parseDir function

Parameter

string $folder

Path of folder to parse

array $options

An array of options

Throws

throws no exceptions thrown

Since

since version 0.7.0 (2004-03-09)

Note

This function can not be called statically.

Return value

array - a hash which contains information keys: ignored_functions, ignored_extensions, ignored_constants, max_version, version, extensions, constants, tokens, cond_code

Example

See PHP_CompatInfo::parseDir() example.

Parse a directory (Previous) Parse a single file (Next)
Last updated: Sat, 16 Feb 2019 — Download Documentation
Do you think that something on this page is wrong? Please file a bug report.
View this page in:
  • English

User Notes:

There are no user contributed notes for this page.