Join Up!
96812 members and counting!

 
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links 
search for in the  
previousget_included_filesget_magic_quotes_gpcnext
Last updated: Sun, 27 Oct 2002
view the printer friendly version or the printer friendly version with notes or change language to Finnish | German | Spanish

get_loaded_extensions

(PHP 4 )

get_loaded_extensions --  Vrátit pole se jmény všech zkompilovaných a načtených modulů (extenzí)

Popis

array get_loaded_extensions ( void)

Tato funkce vrací jména všech modulů (extenzí) zkompilovaných a načtených do PHP interpretru.

Například následující řádek

print_r (get_loaded_extensions());

vypíše seznam podobný tomuto:

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
)

Viz také: get_extension_funcs().

User Contributed Notes
get_loaded_extensions
add a note about notes
There are no user contributed notes for this page.
previousget_included_filesget_magic_quotes_gpcnext
Last updated: Sun, 27 Oct 2002
Copyright © 2001, 2002 The PHP Group
All rights reserved.
This mirror generously provided by: http://phpbuilder.com/
Last updated: Thu Oct 31 18:34:28 2002 EST