function get extension funcs

get_extension_funcsPodręcznik PHPPoprzedniNastępnyget_extension_funcs (PHP 4 )get_extension_funcs --  Returns an array with the names of the functions of a module Descriptionarray get_extension_funcs ( string module_name) This function returns the names of all the functions defined in the module indicated by module_name. For example the lines below print_r (get_extension_funcs ("xml")); print_r (get_extension_funcs ("gd")); will print a list of the functions in the modules xml and gd respectively. See also: get_loaded_extensions() PoprzedniSpis treściNastępnyget_defined_constantsPoczątek rozdziaługet_included_files
Wyszukiwarka

Podobne podstrony:
function get extension funcs
function get loaded extensions
function get loaded extensions
function get meta tags
function get magic quotes runtime
function get parent class
function get magic quotes runtime
function get class methods
function get cfg var
function get object vars
function get browser
function get browser

więcej podobnych podstron