[PHP-DEV] Easy way to List all functions and parameters on a website? From: arevill <email protected>
Date: 09/14/01

Please CC all replies to
arevill <email protected>

Cheers

HI, i need to make a really reallyyy simple website
that just lists ALL php functions including there parameters on a website, nothing special other than that, what would be the easiest way to do this?
can i interface with the php websites function list?
something like "select function-parameters from functions" ?

SO basically what i want as the end result would be something like a website saying this:

odbc_connect (string dsn, string user, string password [, int cursor_type])

odbc_do (int conn_id, string query)

and so forth, with a list of al lfunctions there is, NOTHING ELSE
is on the site, other than that, no descrption, nothing, just the function and its parameters

Please CC all replies to
arevill <email protected>

Cheers
Peter Revill