Sep
17
2010
|
|
| extension_loaded (PHP 3 >= 3.0.10, PHP 4, PHP 5) extension_loaded -- Find out whether an extension is loadedОписаниеbool extension_loaded ( string name )Returns TRUE if the extension identified by name is loaded, FALSE otherwise.
You can see the names of various extensions by using phpinfo() or if you're using the CGI or CLI version of PHP you can use the -m switch to list all available extensions:
See also get_loaded_extensions(), get_extension_funcs(), phpinfo(), and dl(). | |||
| Комментарии |
|