Re: [PHP] getting a list of all php functions

2002-02-01 Thread Mike Eheler
That'll do! Thanks! Mike Jason Wong wrote: > 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 co

Re: [PHP] getting a list of all php functions

2002-02-01 Thread Jason Wong
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

[PHP] getting a list of all php functions

2002-02-01 Thread Mike Eheler
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 t