Go Back   Forum Care Forums > Development Reference Area > Php Development

Reply
 
LinkBack Thread Tools Display Modes
PHP Functions as XML or DB
Old
  (#1)
WeberSites LTD
Guest
 
Posts: n/a
Default PHP Functions as XML or DB - 05-14-2007, 03:36 AM

Hi

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 functions.

I may be going about this the wrong way... is there an easier way?

thanks

berber

   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Re: [PHP] PHP Functions as XML or DB
Old
  (#2)
Sergiu Voicu
Guest
 
Posts: n/a
Default Re: [PHP] PHP Functions as XML or DB - 05-14-2007, 03:36 AM

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 think that it
would take you two much time to figure out ways to extract data from
each of this variations.

On the other hand, I think that this would be a good question to be put
on the PHP Manual Mailing List. I am almost sure that somebody already
has done this and can help you with it.

sergiu


WeberSites LTD wrote:
> Hi
>
> 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 functions.
>
> I may be going about this the wrong way... is there an easier way?
>
> thanks
>
> berber
>

   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Re: [PHP] PHP Functions as XML or DB
Old
  (#3)
Roman Neuhauser
Guest
 
Posts: n/a
Default Re: [PHP] PHP Functions as XML or DB - 05-14-2007, 03:36 AM

# EMAIL REMOVED / 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 functions.
>
> I may be going about this the wrong way... is there an easier way?


The canonical source for the manual is in DocBook, the various formats
are produced automatically from that.

--
How many Vietnam vets does it take to screw in a light bulb?
You don't know, man. You don't KNOW.
Cause you weren't THERE. http://bash.org/?255991
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On





Contact Us - Forum Care Forums - Archive - Top