"index" of PHP functions?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Gath
Forum Newbie
Posts: 20
Joined: Wed May 15, 2002 8:36 pm

"index" of PHP functions?

Post by Gath »

Once i saw a downloable .zip in wich contained some sort of reference of all the PHP functions. Similar to the online manual at php.net (http://www.php.net/manual/en/), but it only had quick info of the functions. Example:

Code: Select all

їb]extractї/b] --  Import variables into the current symbol table from an array 
int їb]extractї/b] ( array var_array ї, int extract_type ї, string prefix]])
But i seem to have lost track of it... Can anyone tell me where it is, if it still exists?
It would be usefull to have around, to check things quickly...

Thanks.
jason
Site Admin
Posts: 1767
Joined: Thu Apr 18, 2002 3:14 pm
Location: Montreal, CA
Contact:

Post by jason »

Gath
Forum Newbie
Posts: 20
Joined: Wed May 15, 2002 8:36 pm

Post by Gath »

Thanks.

It wasnt the one i saw, but it'll do by now :)


(i've been searching, but can't find it...)
Post Reply