|
(PHP 4 , PHP 5)
get_loaded_extensions -- Restituisce una matrice con il nome di tutti i moduli compilati e caricatiRestituisce una matrice con il nome di tutti i moduli compilati e caricati nell'interprete PHP.
Ad esempio la seguente linea:
<?php |
restituirĂ qualcosa simile a:
Array ( [0] => xml [1] => wddx [2] => standard [3] => session [4] => posix [5] => pgsql [6] => pcre [7] => gd [8] => ftp [9] => db [10] => calendar [11] => bcmath ) |
Vedere anche get_extension_funcs(), extension_loaded(), dl() e phpinfo().
Hosting by: hurra.com
Generated: 2007-01-26 17:56:25