★ wanayoo — archive 1999 http://fr.php.net/manual/function.get-loaded-extensions.phpNouvelle recherche | Portail wanayoo

PHP Home Page

Manual Table of Contents
Up to PHP options/info
Quick Reference
English version of this pageGerman version of this pageJapanese version of this page
Italian version of this pageFrench version of this pageHungarian version of this page
Spanish version of this page is not availableDutch version of this pageBrazilian Portuguese version of this page
Korean version of this pageCzech version of this page
PHP options/info
* assert
* assert_options
* extension_loaded
* dl
* getenv
* get_cfg_var
* get_current_user
* get_magic_quotes_gpc
* get_magic_quotes_runtime
* getlastmod
* getmyinode
* getmypid
* getmyuid
* getrusage
* ini_alter
* ini_get
* ini_restore
* ini_set
* phpcredits
* phpinfo
* phpversion
* php_logo_guid
* php_sapi_name
* php_uname
* putenv
* set_magic_quotes_runtime
* set_time_limit
* zend_logo_guid
* get_loaded_extensions
* get_extension_funcs
* get_required_files
* get_included_files

  Thanks to:
 Chek.com
 easyDNS
 VA Linux Systems

  Related sites:
Apache
MySQL
PostgreSQL
Zend Tech.

  Community:
LinuxFund.org
OSDN
Manual: get_loaded_extensions
View the source code for this pageSearch the site



Previous page
 zend_logo_guid
 Updated
Mon, 08 Jan 2001
get_extension_funcs 
Next page


get_loaded_extensions

(PHP 4 >= 4.0b4)

get_loaded_extensions --  Returns an array with the names of all modules compiled and loaded

Description

array get_loaded_extensions (void)

This function returns the names of all the modules compiled and loaded in the PHP interpreter.

For example the line below


print_r (get_loaded_extensions());
      

will print a list like:


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
)
      

See also: get_extension_funcs().


 About Notes


Previous page
 zend_logo_guid
 Updated
Mon, 08 Jan 2001
get_extension_funcs 
Next page





Who's responsible for this?
Top of this page

Site
Hosting:



Located in
France
Elements of this website are subject to copyright.
Questions about installing or using PHP should be directed to one of the mailing lists.
Only questions about the website should be directed to webmaster@php.net.