| 
 | dlLoads a PHP extension at runtime Description
   bool dl
    ( string  $library)
   Loads the PHP extension given by the parameter
    Use extension_loaded to test whether a given extension is already available or not. This works on both built-in extensions and dynamically loaded ones (either through php.ini or dl). Warning
    This function has been removed from some SAPIs in PHP 5.3. Parameters
 
 Return Values
   Returns  Examples
 Example #1 dl examples 
<?phpChangelog
 
 Notes
 
 
 |