| Post-install script structure | |
| PEAR Manual | |
| 
      require_once 'PEAR.php';
      | 
      boolean PEAR::loadExtension ( 
      
       string $ext
      
     )
Loads an extension by name
The case-sensitive name of the PHP extension without filename suffix or php_ prefix.
boolean - returns TRUE, if extension could be loaded
This function can be called statically.
Loading the domxml-extension
| 
      | 
| Post-install script structure | |
| PEAR Manual | |