PEAR_Config::apiVersion
PEAR_Config::apiVersion() – return API version (1.1 as of PEAR 1.4.0)
Synopsis
require_once '/Config.php'; (since PEAR 1.4.0)
void PEAR_Config::apiVersion (
)
Description
Returns API version (1.1 as of PEAR 1.4.0).
Throws
throws no exceptions thrown
Note
This function can not be called statically.