dl

dl -- Loads a PHP extension at runtime

Description

bool dl ( string library)

Devuelve TRUE si todo fue bien , FALSE en caso de fallo .






Taking into account the above, the directory then defaults to php-install-directory /lib/php/extension/ debug-or-not - zts-or-not -ZEND_MODULE_API_NO , e.g. /usr/local/php/lib/php/extensions/debug-non-zts-20010901 or /usr/local/php/lib/php/extensions/no-debug-zts-20010901 .

Nota: dl() is

Nota: dl() is case sensitive on unix platforms.