dl

dl -- Loads a PHP extension at runtime

Description

bool dl ( string library)

Returns TRUE on success , FALSE on failure .






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 .

Poznámka: dl() is

Poznámka: dl() is case sensitive on unix platforms.