dl

dl -- Loads a PHP extension at runtime

Description

bool dl ( string library)

Zwraca TRUE w przypadku sukcesu , FALSE w przypadku porażki .






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 .

Notatka: dl() is

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