Hi,

instead of include_module() use

int *dl* ( string library)

Loads the PHP extension defined in /library/.

Other questions:

array *get_defined_functions* ( void)

This function returns an multidimensional array containing a list of all 
defined functions, both built-in (internal) and user-defined. The 
internal functions will be accessible via $arr["internal"], and the user 
defined ones using $arr["user"] (see example below).

array *get_extension_funcs* ( string module_name)

This function returns the names of all the functions defined in the 
module indicated by /module_name/.



Anil Garg wrote:

>Hi,
>
>Is include_module() a predefined functioin of php. I couldnt find it in
>documentaion.
>Is there any way i can view all the functions availabe together??
>
>thanks
>anil
>
>
>  
>



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to