Re: [PHP] PHP Functions as XML or DB

2007-01-21 Thread Roman Neuhauser
# [EMAIL PROTECTED] / 2007-01-21 17:04:43 +0200: > I'm looking to create a Table that holds all of the PHP Functions, their > description and syntax. > > It's all in the manual and I'm trying to extract it from there but I find it > hard since the HTML template is not the same for all the functio

Re: [PHP] PHP Functions as XML or DB

2007-01-21 Thread Sergiu Voicu
Copy&Paste man ;) (Just kidding) Now, seriously, I myself would write a parser for this, fetch some raw data from the pages, and do further processing on those. I didn't checked yet, but I am almost sure that there may be only a few variations of the manual's used html template, and I don't th

Re: [PHP] php functions avail ?

2004-07-02 Thread John W. Holmes
Brent Clark wrote: I would like to know if these functions (for php 5)are already uploaded, available on the php.net sites, in terms of research and or support. http://zend.com/php5/whats-new.php Yes. -- ---John Holmes... Amazon Wishlist: www.amazon.com/o/registry/3BEXC84AB3A5E/ php|architect: The

Re: [PHP] PHP functions

2001-02-18 Thread Egon Schmid (@vacation)
Boaz Yahav wrote: > > Or maybe this is just the file name on the php.net site that > got me confused? The reason is, that the filenames are derived from refentry id's and ther an underscore isn't allowed. > The listing is for _ but the file name is with an - Correct. -Egon > -Original

RE: [PHP] PHP functions

2001-02-18 Thread Boaz Yahav
Or maybe this is just the file name on the php.net site that got me confused? The listing is for _ but the file name is with an - -Original Message- From: Boaz Yahav [mailto:[EMAIL PROTECTED]] Sent: Sunday, February 18, 2001 7:31 PM To: PHP General (E-mail) Subject: [PHP] PHP functions