<?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"
	>
<channel>
	<title>Comments on: PHP Manual CLI style 2.0</title>
	<atom:link href="http://www.sitepoint.com/blogs/2007/11/28/php-manual-cli-style-20/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sitepoint.com/blogs/2007/11/28/php-manual-cli-style-20/</link>
	<description></description>
	<pubDate>Fri, 04 Jul 2008 21:53:42 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: PHP help at your command line &#124; VT's Tech Blog</title>
		<link>http://www.sitepoint.com/blogs/2007/11/28/php-manual-cli-style-20/#comment-584587</link>
		<dc:creator>PHP help at your command line &#124; VT's Tech Blog</dc:creator>
		<pubDate>Thu, 03 Jan 2008 14:40:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/2007/11/28/php-manual-cli-style-20/#comment-584587</guid>
		<description>[...] The installation instructions are available at: http://www.sitepoint.com/blogs/2007/11/28/php-manual-cli-style-20/ [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] The installation instructions are available at: <a href="http://www.sitepoint.com/blogs/2007/11/28/php-manual-cli-style-20/" rel="nofollow">http://www.sitepoint.com/blogs/2007/11/28/php-manual-cli-style-20/</a> [&#8230;]</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Ramin</title>
		<link>http://www.sitepoint.com/blogs/2007/11/28/php-manual-cli-style-20/#comment-520640</link>
		<dc:creator>Ramin</dc:creator>
		<pubDate>Wed, 28 Nov 2007 12:45:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/2007/11/28/php-manual-cli-style-20/#comment-520640</guid>
		<description>Nice script.

If you are a Windows user who has Microsoft Desktop Search installed, an alternative way to access php help would be to create a shortcut by typing the following in the Desktop Search box:
&lt;code&gt;@phpm , http://www.php.net/manual-lookup.php?function=$w&lt;/code&gt;

Then you should be able to type in the following to get help:
&lt;code&gt;phpm substring&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Nice script.</p>
<p>If you are a Windows user who has Microsoft Desktop Search installed, an alternative way to access php help would be to create a shortcut by typing the following in the Desktop Search box:<br />
<code>@phpm , <a href="http://www.php.net/manual-lookup.php?function=w" rel="nofollow">http://www.php.net/manual-lookup.php?function=w</a></code></p>
<p>Then you should be able to type in the following to get help:<br />
<code>phpm substring</code></p>]]></content:encoded>
	</item>
	<item>
		<title>By: thkoch2001</title>
		<link>http://www.sitepoint.com/blogs/2007/11/28/php-manual-cli-style-20/#comment-520016</link>
		<dc:creator>thkoch2001</dc:creator>
		<pubDate>Wed, 28 Nov 2007 09:27:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/2007/11/28/php-manual-cli-style-20/#comment-520016</guid>
		<description>Include it in VIM, using Tobias Schlitt's config[1]:

&lt;code&gt;" Map -H to search phpm for the function name currently under the cursor (insert mode only)&lt;/code&gt;
&lt;code&gt;inoremap  :!phpm =expand("")&lt;/code&gt;

[1] http://schlitt.info/applications/blog/index.php/plugin/tag/vim</description>
		<content:encoded><![CDATA[<p>Include it in VIM, using Tobias Schlitt&#8217;s config[1]:</p>
<p><code>" Map -H to search phpm for the function name currently under the cursor (insert mode only)</code><br />
<code>inoremap  :!phpm =expand("")</code></p>
<p>[1] <a href="http://schlitt.info/applications/blog/index.php/plugin/tag/vim" rel="nofollow">http://schlitt.info/applications/blog/index.php/plugin/tag/vim</a></p>]]></content:encoded>
	</item>
	<item>
		<title>By: thkoch2001</title>
		<link>http://www.sitepoint.com/blogs/2007/11/28/php-manual-cli-style-20/#comment-519993</link>
		<dc:creator>thkoch2001</dc:creator>
		<pubDate>Wed, 28 Nov 2007 09:16:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/2007/11/28/php-manual-cli-style-20/#comment-519993</guid>
		<description>Somewhere my wget is configured to send an Accept-Language header for german. First the german umlauts were not displayed correctly on my ISO-8859-1 terminal, second I don't rely on the translated manual pages as there are sometimes outdated. So I changed line 57 to explicitly ask for english pages:

   &lt;code&gt; RESPONSE=$(wget --header='Accept-Language: en' --quiet -O - $HREF)&lt;/code&gt;

Make sure to run &lt;code&gt;phpm --clear&lt;/code&gt; after changing!</description>
		<content:encoded><![CDATA[<p>Somewhere my wget is configured to send an Accept-Language header for german. First the german umlauts were not displayed correctly on my ISO-8859-1 terminal, second I don&#8217;t rely on the translated manual pages as there are sometimes outdated. So I changed line 57 to explicitly ask for english pages:</p>
<code> RESPONSE=$(wget --header='Accept-Language: en' --quiet -O - $HREF)</code>
<p>Make sure to run <code>phpm --clear</code> after changing!</p>]]></content:encoded>
	</item>
	<item>
		<title>By: phpimpact</title>
		<link>http://www.sitepoint.com/blogs/2007/11/28/php-manual-cli-style-20/#comment-517105</link>
		<dc:creator>phpimpact</dc:creator>
		<pubDate>Tue, 27 Nov 2007 19:49:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/2007/11/28/php-manual-cli-style-20/#comment-517105</guid>
		<description>This is the shell-script of the year, and if you are a LAMP developer, the script of the century! Well done Troels, great use of sed :)</description>
		<content:encoded><![CDATA[<p>This is the shell-script of the year, and if you are a LAMP developer, the script of the century! Well done Troels, great use of sed :)</p>]]></content:encoded>
	</item>
	<item>
		<title>By: deminy</title>
		<link>http://www.sitepoint.com/blogs/2007/11/28/php-manual-cli-style-20/#comment-516487</link>
		<dc:creator>deminy</dc:creator>
		<pubDate>Tue, 27 Nov 2007 17:33:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/2007/11/28/php-manual-cli-style-20/#comment-516487</guid>
		<description>Just tried. Nice job~~</description>
		<content:encoded><![CDATA[<p>Just tried. Nice job~~</p>]]></content:encoded>
	</item>
</channel>
</rss>
