PEAR logo

PHP_CompatInfo : The Definitive Guide

Name

PHP_CompatInfo_Parser::loadVersion — Load components list

Synopsis

    require_once 'PHP/CompatInfo/Parser.php';
   
array PHP_CompatInfo_Parser::loadVersion ( $min,  
  $max = FALSE ,  
  $include_const = FALSE ,  
  $groupby_vers = FALSE );  
string   $min ;
string|boolean   $max = FALSE ;
boolean   $include_const = FALSE ;
boolean   $groupby_vers = FALSE ;

Description

Load components list for a PHP version or subset

Parameter

string $min

PHP minimal version

string|boolean $max

(optional) PHP maximal version

boolean $include_const

(optional) include constants list in final result

boolean $groupby_vers

(optional) give initial php version of function or constant

Return value

returns An array of php function/constant names history

Throws

throws no exceptions thrown

Since

since version 1.2.0 (2006-08-23)

Note

This function can not be called statically.

PHP_CompatInfo : The Definitive Guide v 1.8.0 : August 1, 2008