<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: PHP function reference in XML</title>
	<atom:link href="http://sparepencil.com/archives/2007/05/11/php-function-reference-in-xml/feed/" rel="self" type="application/rss+xml" />
	<link>http://sparepencil.com/archives/2007/05/11/php-function-reference-in-xml/</link>
	<description></description>
	<lastBuildDate>Mon, 26 Jul 2010 17:42:08 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Derek Reynolds</title>
		<link>http://sparepencil.com/archives/2007/05/11/php-function-reference-in-xml/comment-page-1/#comment-6872</link>
		<dc:creator>Derek Reynolds</dc:creator>
		<pubDate>Sun, 29 Mar 2009 02:10:34 +0000</pubDate>
		<guid isPermaLink="false">http://sparepencil.com/archives/2007/05/11/php-function-reference-in-xml/#comment-6872</guid>
		<description>Anyway to grab the parameter list and version info?</description>
		<content:encoded><![CDATA[<p>Anyway to grab the parameter list and version info?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bas</title>
		<link>http://sparepencil.com/archives/2007/05/11/php-function-reference-in-xml/comment-page-1/#comment-2850</link>
		<dc:creator>Bas</dc:creator>
		<pubDate>Wed, 17 Oct 2007 22:19:20 +0000</pubDate>
		<guid isPermaLink="false">http://sparepencil.com/archives/2007/05/11/php-function-reference-in-xml/#comment-2850</guid>
		<description>Nice. Good to see that my file is proving useful to more people than I expected.</description>
		<content:encoded><![CDATA[<p>Nice. Good to see that my file is proving useful to more people than I expected.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: NM-blog : PHP Function Manual in Google</title>
		<link>http://sparepencil.com/archives/2007/05/11/php-function-reference-in-xml/comment-page-1/#comment-2848</link>
		<dc:creator>NM-blog : PHP Function Manual in Google</dc:creator>
		<pubDate>Wed, 17 Oct 2007 18:54:16 +0000</pubDate>
		<guid isPermaLink="false">http://sparepencil.com/archives/2007/05/11/php-function-reference-in-xml/#comment-2848</guid>
		<description>[...] I then figured it should be possible to combine the two so I&#8217;ll have a Subscribed Links for the php.net functions. The documentation showed me I needed an xml-file to do it for me. More info. I first thought it would be possible to simply say whenever the keyword php is used, limit the search to php.net, this sort of is possible but what I wanted was a tad bit more difficult. I figured I wouldn&#8217;t be the first to need the php documentation in xml format, a quick search turned this up. [...]</description>
		<content:encoded><![CDATA[<p>[...] I then figured it should be possible to combine the two so I&#8217;ll have a Subscribed Links for the php.net functions. The documentation showed me I needed an xml-file to do it for me. More info. I first thought it would be possible to simply say whenever the keyword php is used, limit the search to php.net, this sort of is possible but what I wanted was a tad bit more difficult. I figured I wouldn&#8217;t be the first to need the php documentation in xml format, a quick search turned this up. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nico v Vlet</title>
		<link>http://sparepencil.com/archives/2007/05/11/php-function-reference-in-xml/comment-page-1/#comment-2847</link>
		<dc:creator>Nico v Vlet</dc:creator>
		<pubDate>Wed, 17 Oct 2007 18:40:52 +0000</pubDate>
		<guid isPermaLink="false">http://sparepencil.com/archives/2007/05/11/php-function-reference-in-xml/#comment-2847</guid>
		<description>Hi
I took your xml-file and made it into &lt;a href=&quot;http://www.google.com/coop/subscribedlinks/&quot; rel=&quot;nofollow&quot;&gt;Subscribed Link&lt;/a&gt; for Google. Thanks for publishing it, I couldn&#039;t have done this without it.
&lt;a href=&quot;http://www.google.com/coop/trust/add?user=004102912226092662824&amp;sig=___X75viVaeOiPchO2EsBl7YScZeE=&quot; rel=&quot;nofollow&quot;&gt;
Click here to add this subscribed link
&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Hi<br />
I took your xml-file and made it into <a href="http://www.google.com/coop/subscribedlinks/" rel="nofollow">Subscribed Link</a> for Google. Thanks for publishing it, I couldn&#8217;t have done this without it.<br />
<a href="http://www.google.com/coop/trust/add?user=004102912226092662824&amp;sig=___X75viVaeOiPchO2EsBl7YScZeE=" rel="nofollow"><br />
Click here to add this subscribed link<br />
</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bas</title>
		<link>http://sparepencil.com/archives/2007/05/11/php-function-reference-in-xml/comment-page-1/#comment-1863</link>
		<dc:creator>Bas</dc:creator>
		<pubDate>Fri, 06 Jul 2007 17:16:56 +0000</pubDate>
		<guid isPermaLink="false">http://sparepencil.com/archives/2007/05/11/php-function-reference-in-xml/#comment-1863</guid>
		<description>I must have deleted it, because I can&#039;t find it anywhere.
It wasn&#039;t a very elegant piece of code, anyway. Basically, I had a look at the PHP documentation files (which are XML based). Then I wrote a script in PHP which parsed these files.
If you use PHP5, you can use the built-in &lt;a href=&quot;http://php.net/manual/en/ref.simplexml.php&quot; rel=&quot;nofollow&quot;&gt;SimpleXML&lt;/a&gt; extension, which is pretty straightforward to use.
You could generate the output that way too, but since my data was not very complex, I just went through a few nested foreach loops.

I apologise for losing the script, but I hope this is any use to you.</description>
		<content:encoded><![CDATA[<p>I must have deleted it, because I can&#8217;t find it anywhere.<br />
It wasn&#8217;t a very elegant piece of code, anyway. Basically, I had a look at the PHP documentation files (which are XML based). Then I wrote a script in PHP which parsed these files.<br />
If you use PHP5, you can use the built-in <a href="http://php.net/manual/en/ref.simplexml.php" rel="nofollow">SimpleXML</a> extension, which is pretty straightforward to use.<br />
You could generate the output that way too, but since my data was not very complex, I just went through a few nested foreach loops.</p>
<p>I apologise for losing the script, but I hope this is any use to you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ed mann</title>
		<link>http://sparepencil.com/archives/2007/05/11/php-function-reference-in-xml/comment-page-1/#comment-1862</link>
		<dc:creator>ed mann</dc:creator>
		<pubDate>Fri, 06 Jul 2007 16:29:24 +0000</pubDate>
		<guid isPermaLink="false">http://sparepencil.com/archives/2007/05/11/php-function-reference-in-xml/#comment-1862</guid>
		<description>Can you share the code that you used to generate this xml file? I am looking for something very similar. 

Thanks</description>
		<content:encoded><![CDATA[<p>Can you share the code that you used to generate this xml file? I am looking for something very similar. </p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Philip Olson</title>
		<link>http://sparepencil.com/archives/2007/05/11/php-function-reference-in-xml/comment-page-1/#comment-1676</link>
		<dc:creator>Philip Olson</dc:creator>
		<pubDate>Sat, 12 May 2007 00:52:38 +0000</pubDate>
		<guid isPermaLink="false">http://sparepencil.com/archives/2007/05/11/php-function-reference-in-xml/#comment-1676</guid>
		<description>There are also a few scripts within the doc sources for this type of task, and some instead scour the php source files themselves (and use the prototypes within). One trouble is the question of what functions should go in this list... should undocumented functions be here? And every PECL extension, even the specialized rarely used ones? These questions have not yet been solved by the doc team.

Sources to consider:

A few text, and one xml file, here:
http://cvs.php.net/viewvc.cgi/phpdoc/

Some scripts on this topic here:
http://cvs.php.net/viewvc.cgi/phpdoc/scripts/

Once solved we could include a file like this with the others, and it could be based off funcsummary.txt</description>
		<content:encoded><![CDATA[<p>There are also a few scripts within the doc sources for this type of task, and some instead scour the php source files themselves (and use the prototypes within). One trouble is the question of what functions should go in this list&#8230; should undocumented functions be here? And every PECL extension, even the specialized rarely used ones? These questions have not yet been solved by the doc team.</p>
<p>Sources to consider:</p>
<p>A few text, and one xml file, here:<br />
<a href="http://cvs.php.net/viewvc.cgi/phpdoc/" rel="nofollow">http://cvs.php.net/viewvc.cgi/phpdoc/</a></p>
<p>Some scripts on this topic here:<br />
<a href="http://cvs.php.net/viewvc.cgi/phpdoc/scripts/" rel="nofollow">http://cvs.php.net/viewvc.cgi/phpdoc/scripts/</a></p>
<p>Once solved we could include a file like this with the others, and it could be based off funcsummary.txt</p>
]]></content:encoded>
	</item>
</channel>
</rss>
