On Saturday 02 February 2002 02:29, Mike Eheler wrote:
> Okay, my goal is to compile an array of *all* functions currently
> defined and available in PHP 4.1.1.
>
> That's a simple task if all I want is functions for the extensions I
> chose to compile into PHP (get_defined_functions()), but what about the
> other ones? Is there a place somewhere that has a text file that I can
> just read line-by-line or perhaps comma separated?
>
> Or maybe a version of PHP I can download which has all extensions built in?
>

Have you tried the function index in the manual?



-- 
Jason Wong -> Gremlins Associates -> www.gremlins.com.hk

/*
Q:      Why do the police always travel in threes?
A:      One to do the reading, one to do the writing, and the other keeps
        an eye on the two intellectuals.
*/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to