dl

dl -- Loads a PHP extension at runtime

Description

bool dl ( string library)

Palauttaa TRUE jos onnistui , FALSE jos epäonnistui .






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 .

Huomaa: dl() is

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