Hi Steffen and others,
The trouble with these scripts is they aren't really maintained right
now, so as other things change some develop bugs. But, they still
work pretty well and are worth using (and fixing). You'll find them
in scripts/, and will notice they are what make uses. Web scraping
should not be used.
Regards,
Philip
On Mar 7, 2007, at 5:52 AM, Richard A. Quadling wrote:
http://cvs.php.net/viewvc.cgi/phpdoc/
You will see quickref.txt, funcsummary.txt and funclist.txt
These files are NOT automatically maintained, but if you download the
phpdoc CVS, you can
autoconf
./configure
make quickref.txt funcsummary.txt funclist.txt
This took around 5 mins on my machine.
________________________________
Bandvulc Group Zend PHP CertificateRichard Quadling
Software Developer
Telephone +44 (0) 1752 893559 extension 286
Fax +44 (0) 1752 690794
Email [EMAIL PROTECTED]
-----Original Message-----
From: Hannes Magnusson [mailto:[EMAIL PROTECTED]
Sent: 07 March 2007 13:30
To: Steffen Beck; PHP Documentation List
Cc: [EMAIL PROTECTED]
Subject: [PHP-DOC] Re: PHP Function List
Hi Steffen
(CC'ing the PHP Documentation team)
On 3/3/07, Steffen Beck <[EMAIL PROTECTED]> wrote:
Hi PHP Team,
First of all thank you very much for your work on the PHP language,
it's very appreciated!!
Now to the point:
I haven't been able to find a function reference anywhere on the net
that comes in a txt form (maybe even csv format?), and I've been
searching PHP.net and Zend.com up and down but can't find such a
resource.. I did however find a "simplified" function list here
http://www.php.net/quickref.php ..
My question to the PHP team is if I can get permission to create a
script that pulls out the functions from that resource? At first
glance I say it would only be a matter of some sort of fopen in a
loop
in some way..
If you want I could break the script up into pieces so I don't create
any higher amounts of traffic on php.net..
The reason I want to do this is that I need a csv-format of the php
functions for a tcl script to an eggdrop.. After I have the data I'll
also publish it om my blog if it's okay?
Feel free. But we do have some scripts for this in CVS - and I thought
we distributed this list somewhere on php.net as a part of the
documentation.
Doc team: anyone recall where it is? :)
-Hannes
Hope to hear from you..
/Steffen