PHP_Compat::loadVersion

PHP_Compat::loadVersion()

PHP_Compat::loadVersion() -- Load all components, or all components until a given version of PHP

Description

Load all components, or all components until a given version of PHP.

Parameter

string $version

The version of PHP to load components until.

Return value

array

An associative array of boolean values. The key is the name of the component loaded. The value for whether or not the component was loaded correctly.

Note

This function should be called statically.

© Copyright 2003-2023 www.php-editors.com. The ultimate PHP Editor and PHP IDE site.