PEAR logo

PHP_CompatInfo : The Definitive Guide

Name

PHP_CompatInfo::parseFolder — Alias of parseDir

Synopsis

    require_once 'PHP/CompatInfo.php';
   
void PHP_CompatInfo::parseFolder( $folder,  
  $options = array());  
string   $folder;
array   $options = array();

Description

This package is not documented yet.

Parameter

string $folder

Path of folder to parse

array $options

An array of options

Throws

throws no exceptions thrown

See

see PHP_CompatInfo::parseDir

Since

Release 0.7.0 (2004-03-09)

Note

This function can not be called statically.

PHP_CompatInfo : The Definitive Guide v 1.5.1 : November 19, 2007