![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
|||||||||||
extension_loadedDescriptionbool 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(). Copyright © 1997 - 2007 by the PHP Documentation Group. This material may be distributed only subject to the terms and conditions set forth in the Open Publication License, v1.0 or later. A copy of the Open Publication License is distributed with this manual, the latest version is presently available at http://www.opencontent.org/openpub/. Please see full copyright text at http://www.php.net/manual/en/copyright.php Original version of the above documentation is available at http://www.php.net/manual/en/ |
|