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. |
Example 52-1. Loading all components:
This example would show a long list of components which were loaded. |
Example 52-2. Loading up to a specific version: The components loaded would be those with versions lower than, or equal to the supplied version and greater than the current PHP version.
This would output an array of components which were loaded. The output would be simular to:
|