Does anybody know where I can find a list of all PHP functions? Preferably in an XML file?
The PHP function list is documented on the PHP.net web site however skimming the data off there seems pointless, and I need to know crucial information like return value and parameter type.
What I am trying to do is populate an iPhone application with the list of PHP functions, their return values and their parameter lists. The application then asks questions and expects correct answers.
All help greatly appreciated.