Join Up!
104882 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: Mon, 28 Oct 2002
view the printer friendly version or the printer friendly version with notes or change language to Czech | Finnish | Spanish

get_loaded_extensions

(PHP 4 )

get_loaded_extensions --  Stellt ein Array mit den Namen aller Module, die kompiliert und geladen sind, zur Verfügung

Beschreibung

array get_loaded_extensions ( void)

Dieser Funktion zeigt die Namen aller Module an, die in den PHP-Interpreter kompiliert und geladen wurden

Zum Beispiel gibt diese Zeile

print_r (get_loaded_extensions());

eine Liste wie die folgende aus:

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
)

Siehe auch: 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: Mon, 28 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