Re: [PHP] include_module()

2002-06-27 Thread Marek Kilimajer
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-d

[PHP] include_module()

2002-06-26 Thread Anil Garg
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