<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[张宴的博客]]></title> 
<link>http://zyan.cc/index.php</link> 
<description><![CDATA[Web系统架构与底层研发]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[张宴的博客]]></copyright>
<item>
<link>http://zyan.cc/post/392/</link>
<title><![CDATA[PHPSH：Facebook开发的PHP Shell的安装与使用[原创]]]></title> 
<author>张宴 &lt;net@s135.com&gt;</author>
<category><![CDATA[PHP/JS/Shell]]></category>
<pubDate>Tue, 13 Jan 2009 10:35:24 +0000</pubDate> 
<guid>http://zyan.cc/post/392/</guid> 
<description>
<![CDATA[ 
	　　[文章作者：张宴 本文版本：v1.0 最后修改：2009.01.13 转载请注明原文链接：<a href="http://blog.zyan.cc/post/392/" target="_blank">http://blog.zyan.cc/post/392/</a>]<br/><br/>　　PHPSH 是 <a href="http://www.facebook.com" target="_blank">Facebook</a> 团队开发的一款交互式 PHP Shell，可以方便地进行PHP命令行测试。<br/><br/>　　网址：<a href="http://www.phpsh.org/" target="_blank">http://www.phpsh.org/</a><br/><br/>　　<strong>安装方法：</strong><br/><div style="border-left: 0px dashed #D6C094; margin: 5px; padding: 3px; margin-bottom:0px; border: 1px dashed #00a0c6; background-color: #ffffff;">cd /opt/<br/>wget <a href="http://www.phpsh.org/phpsh-latest.tgz" target="_blank">http://www.phpsh.org/phpsh-latest.tgz</a><br/>tar zxvf phpsh-latest.tgz<br/>cd phpsh/<br/>sed -i "s#php -q#/usr/local/webserver/php/bin/php -q#g" phpsh<br/>chmod +x phpsh<br/>ln -s /opt/phpsh/phpsh /bin/phpsh</div><br/>　　注意：上述安装方法中的“/usr/local/webserver/php/bin/php”为您的PHP可执行文件路径。<br/><br/><br/>　　<strong>使用示例：</strong><br/><div style="border-left: 0px dashed #D6C094; margin: 5px; padding: 3px; margin-bottom:0px; border: 1px dashed #00a0c6; background-color: #ffffff;">[root@localhost ~]# phpsh<br/><span style="color: #8B0000;">I can't find a tags file for you.&nbsp;&nbsp;To enable tab completion in phpsh,<br/>go to the root directory of your php code and run 'ctags -R',<br/>(or whatever the analagous command is with your version of ctags,)<br/>then run phpsh from that directory or a subdirectory of that directory.</span><br/><span style="color: #008000;">Commandline: /usr/local/webserver/php/bin/php -q /opt/phpsh/phpsh.php<br/>phpsh (c)2006 by Charlie Cheever and Dan Corson and Facebook, Inc.<br/>type 'h' or 'help' to see instructions & features</span><br/><span style="color: #8B0000;">New Feature: You can use the -c option to turn off coloring</span><br/><span style="color: #4169E1;">php></span> <span style="color: #FF7F50;">= 3 + 4</span><br/>7<br/><span style="color: #4169E1;">php></span> <span style="color: #FF7F50;">= md5("ZhangYan")</span><br/>28f91f3a4b62ce57b7a533e742e8aae1<br/><span style="color: #4169E1;">php></span> <span style="color: #FF7F50;">echo date("Y-m-d H:i:s") </span><br/>2009-01-13 15:28:19<br/><span style="color: #4169E1;">php></span> <span style="color: #FF7F50;">$var = "blog.zyan.cc"</span><br/><span style="color: #4169E1;">php></span> <span style="color: #FF7F50;">echo $var</span><br/>blog.zyan.cc<br/><span style="color: #4169E1;">php></span> <span style="color: #FF7F50;">$array = array(array(1,2,3), array("a" => "b", "c" => "d", "e" => "f"), 'g', 'h')</span><br/><span style="color: #4169E1;">php></span> <span style="color: #FF7F50;">= $array</span><br/>Array<br/>(<br/>&nbsp;&nbsp;&nbsp;&nbsp;[0] => Array<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;(<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[0] => 1<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[1] => 2<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[2] => 3<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;)<br/><br/>&nbsp;&nbsp;&nbsp;&nbsp;[1] => Array<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;(<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[a] => b<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[c] => d<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[e] => f<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;)<br/><br/>&nbsp;&nbsp;&nbsp;&nbsp;[2] => g<br/>&nbsp;&nbsp;&nbsp;&nbsp;[3] => h<br/>)<br/><br/><span style="color: #4169E1;">php></span> <span style="color: #FFA500;">q</span><br/><br/>[root@localhost ~]# phpsh</div><br/><br/>Tags - <a href="http://zyan.cc/tags/php/" rel="tag">php</a> , <a href="http://zyan.cc/tags/shell/" rel="tag">shell</a> , <a href="http://zyan.cc/tags/phpsh/" rel="tag">phpsh</a> , <a href="http://zyan.cc/tags/facebook/" rel="tag">facebook</a>
]]>
</description>
</item><item>
<link>http://zyan.cc/post/392/#blogcomment2409</link>
<title><![CDATA[[评论] PHPSH：Facebook开发的PHP Shell的安装与使用[原创]]]></title> 
<author>notsobad &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Tue, 13 Jan 2009 13:59:27 +0000</pubDate> 
<guid>http://zyan.cc/post/392/#blogcomment2409</guid> 
<description>
<![CDATA[ 
	http://pear.php.net/package/PHP_Shell/<br/>pear里面有个php shell<br/>功能和这个差不多<br/>装pear的话就可以<br/>pear install <a href="http://download.pear.php.net/package/PHP_Shell-0.3.0.tgz" target="_blank">http://download.pear.php.net/package/PHP_Shell-0.3.0.tgz</a>
]]>
</description>
</item><item>
<link>http://zyan.cc/post/392/#blogcomment2410</link>
<title><![CDATA[[评论] PHPSH：Facebook开发的PHP Shell的安装与使用[原创]]]></title> 
<author>t &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Tue, 13 Jan 2009 15:05:59 +0000</pubDate> 
<guid>http://zyan.cc/post/392/#blogcomment2410</guid> 
<description>
<![CDATA[ 
	php -a 不可以吗？
]]>
</description>
</item><item>
<link>http://zyan.cc/post/392/#blogcomment2411</link>
<title><![CDATA[[评论] PHPSH：Facebook开发的PHP Shell的安装与使用[原创]]]></title> 
<author>cc0cc &lt;czhttp@gmail.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Wed, 14 Jan 2009 01:24:12 +0000</pubDate> 
<guid>http://zyan.cc/post/392/#blogcomment2411</guid> 
<description>
<![CDATA[ 
	这个东东冒似并没有太大意思
]]>
</description>
</item><item>
<link>http://zyan.cc/post/392/#blogcomment2412</link>
<title><![CDATA[[评论] PHPSH：Facebook开发的PHP Shell的安装与使用[原创]]]></title> 
<author>meskycn &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Wed, 14 Jan 2009 01:33:56 +0000</pubDate> 
<guid>http://zyan.cc/post/392/#blogcomment2412</guid> 
<description>
<![CDATA[ 
	请研究一下这个<br/><br/>** MySQL-5.1.30 中文分词插件 **<br/><br/>@Author: hightman &lt;MingL_Mar@msn.com&gt;<br/>@Website: <a href="http://www.hightman.cn/bbs" target="_blank">http://www.hightman.cn/bbs</a><br/>@download: <a href="http://www.hightman.cn/down/myft-5.1.30-081231.tgz" target="_blank">http://www.hightman.cn/down/myft-5.1.30-081231.tgz</a>
]]>
</description>
</item><item>
<link>http://zyan.cc/post/392/#blogcomment2417</link>
<title><![CDATA[[评论] PHPSH：Facebook开发的PHP Shell的安装与使用[原创]]]></title> 
<author>sleetdrop &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 15 Jan 2009 02:14:09 +0000</pubDate> 
<guid>http://zyan.cc/post/392/#blogcomment2417</guid> 
<description>
<![CDATA[ 
	perl也有类似的东西<br/><a href="http://search.cpan.org/~adamk/Perl-Shell-0.01/lib/Perl/Shell.pm" target="_blank">http://search.cpan.org/~adamk/Perl-Shell-0.01/lib/Perl/Shell.pm</a>
]]>
</description>
</item><item>
<link>http://zyan.cc/post/392/#blogcomment2427</link>
<title><![CDATA[[评论] PHPSH：Facebook开发的PHP Shell的安装与使用[原创]]]></title> 
<author>zeal &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Fri, 16 Jan 2009 10:03:17 +0000</pubDate> 
<guid>http://zyan.cc/post/392/#blogcomment2427</guid> 
<description>
<![CDATA[ 
	需要python2.4以上版本支持。
]]>
</description>
</item><item>
<link>http://zyan.cc/post/392/#blogcomment2553</link>
<title><![CDATA[[评论] PHPSH：Facebook开发的PHP Shell的安装与使用[原创]]]></title> 
<author>xLight &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 12 Feb 2009 04:38:45 +0000</pubDate> 
<guid>http://zyan.cc/post/392/#blogcomment2553</guid> 
<description>
<![CDATA[ 
	./php -r &quot;var_dump(1);&quot;
]]>
</description>
</item><item>
<link>http://zyan.cc/post/392/#blogcomment6853</link>
<title><![CDATA[[评论] PHPSH：Facebook开发的PHP Shell的安装与使用[原创]]]></title> 
<author>ping &lt;er124585@126.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Mon, 20 Sep 2010 07:17:08 +0000</pubDate> 
<guid>http://zyan.cc/post/392/#blogcomment6853</guid> 
<description>
<![CDATA[ 
	有命令行的东西还是挺好用的，不用老用到浏览器
]]>
</description>
</item><item>
<link>http://zyan.cc/post/392/#blogcomment6872</link>
<title><![CDATA[[评论] PHPSH：Facebook开发的PHP Shell的安装与使用[原创]]]></title> 
<author>ki888 &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Wed, 22 Sep 2010 09:25:33 +0000</pubDate> 
<guid>http://zyan.cc/post/392/#blogcomment6872</guid> 
<description>
<![CDATA[ 
	路过，呵呵，学到不少东西<br/><br/><a href="http://www.88800.org" target="_blank">脱发怎么办</a>
]]>
</description>
</item><item>
<link>http://zyan.cc/post/392/#blogcomment17959</link>
<title><![CDATA[[评论] PHPSH：Facebook开发的PHP Shell的安装与使用[原创]]]></title> 
<author>Hogan &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 10 May 2012 10:09:19 +0000</pubDate> 
<guid>http://zyan.cc/post/392/#blogcomment17959</guid> 
<description>
<![CDATA[ 
	Mentre youre gestione di problemi complessi tra cui PAYE insieme con le imprese del prelievo, l&#039;idea è sicuramente intelligente per acquisire specializzata fare qualcosa di sicuro si sta usando la vostra organizzazione. Self-employmentSelf lavoratori uomini e donne potrebbe anche fare pieno uso <a href="http://www.sitoufficialeihogan-it.net/" target="_blank">Hogan</a> dei ragionieri in tutta Stansted, quando hanno l&#039;effetto della loro prelievo unico e sì, è spesso sconcertante. Stare di fronte a una buona varietà prelievo può essere schiacciante, di conseguenza, il
]]>
</description>
</item><item>
<link>http://zyan.cc/post/392/#blogcomment19127</link>
<title><![CDATA[[评论] PHPSH：Facebook开发的PHP Shell的安装与使用[原创]]]></title> 
<author>coach factory outlet &lt;fgf@hotmail.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 17 May 2012 05:10:02 +0000</pubDate> 
<guid>http://zyan.cc/post/392/#blogcomment19127</guid> 
<description>
<![CDATA[ 
	Today, following half a century, mentor leather-bases <a href="http://www.coachfactoryoutletao.net" target="_blank">coach factory outlet</a> continues to be the delicate craft of leather-based master is accountable for,Would you like to meet more friends, or go with the times? If yes, <a href="http://www.coachfactoryoutletao.net" target="_blank">coach factory online</a> is opening welcome doors to you.in the market you definitely can find various colorways that are designed in as well as the high quality that applied in. For most of you would like to come. So just come to our <a href="http://www.coachfactoryoutletao.net" target="_blank">coach factory outlet online</a> store to choose one.
]]>
</description>
</item><item>
<link>http://zyan.cc/post/392/#blogcomment19128</link>
<title><![CDATA[[评论] PHPSH：Facebook开发的PHP Shell的安装与使用[原创]]]></title> 
<author>louis vuitton sale &lt;fgf@hotmail.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 17 May 2012 05:10:11 +0000</pubDate> 
<guid>http://zyan.cc/post/392/#blogcomment19128</guid> 
<description>
<![CDATA[ 
	Louis Vuitton belt at <a href="http://www.louisvuittonoutletsalea.com" target="_blank">louis vuitton sale</a> is one kind of fashion accessory with high cost performance among the Louis Vuitton accessories.Offering quality LV products with favorable prices, <a href="http://www.louisvuittonoutletsalea.com" target="_blank">louis vuitton outlet</a> store is at your service. Hurry up, or you can not seize the chance.in fact, <a href="http://www.louisvuittonoutletsalea.com" target="_blank">louis vuitton</a> is one of the most famous fashion design master.he opened the fist suitcase shop called after his name.
]]>
</description>
</item><item>
<link>http://zyan.cc/post/392/#blogcomment19129</link>
<title><![CDATA[[评论] PHPSH：Facebook开发的PHP Shell的安装与使用[原创]]]></title> 
<author>coach outlet online &lt;fgf@hotmail.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 17 May 2012 05:10:20 +0000</pubDate> 
<guid>http://zyan.cc/post/392/#blogcomment19129</guid> 
<description>
<![CDATA[ 
	I heard of <a href="http://www.coachoutletonlineao.net" target="_blank">coach outlet online</a> through the advertisement when I was shopping. And now I often brow the webpage and buy Coach bags online.It is a symbol regarding position not to mention nature.Here I would like to launch a excellent bags pertaining to business men.Which may be <a href="http://www.coachoutletonlineao.net" target="_blank">coach outlet store</a>.<a href="http://www.coachoutletonlineao.net" target="_blank">coach outlet</a> has always been simple,durable style features to win consumers.The products are more flexible,with easy bleaching,wear characteristics,and simply use a damp cloth.
]]>
</description>
</item><item>
<link>http://zyan.cc/post/392/#blogcomment19130</link>
<title><![CDATA[[评论] PHPSH：Facebook开发的PHP Shell的安装与使用[原创]]]></title> 
<author>coach outlet, &lt;fgf@hotmail.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 17 May 2012 05:10:27 +0000</pubDate> 
<guid>http://zyan.cc/post/392/#blogcomment19130</guid> 
<description>
<![CDATA[ 
	Remember the <a href="http://www.coachoutletin.org" target="_blank">coach outlet</a> provide coach bags which won&#039;t be deteriorated into its overall styles by any means. It will maintain its looks, colors, and uniqueness for long time.<a href="http://www.coachoutletin.org" target="_blank">coach outlet store online</a> has been voted by Hour Detroit magazine readers as the Best of Detroit in their 12th annual readers&#039;poll.Lots of women like which usually amount normally include a <a href="http://www.coachoutletin.org" target="_blank">coach outlet online</a> ,it provides coziness to many girls that don&#039;t even think it is a great bushel of great interest directly to them.
]]>
</description>
</item><item>
<link>http://zyan.cc/post/392/#blogcomment20374</link>
<title><![CDATA[[评论] PHPSH：Facebook开发的PHP Shell的安装与使用[原创]]]></title> 
<author>xujie777 &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Sat, 19 May 2012 00:49:10 +0000</pubDate> 
<guid>http://zyan.cc/post/392/#blogcomment20374</guid> 
<description>
<![CDATA[ 
	We aim to make all our customers satisfy with our products. You will find a variety of Men&#039;s fashion <a href="http://www.louisvuittonukd.org.uk" target="_blank">louis vuitton uk</a>, fashion Women&#039;s cheap Louis Vuitton bags in our store at affordable price.Thinking of interesting ways to cost a milestone birthday? <a href="http://www.louisvuittonukd.org.uk" target="_blank">louis vuitton online shop</a> had one of the most distinctive distinctive celebrations.bakery along with living room operated by means of about three moment <a href="http://www.louisvuittonukd.org.uk" target="_blank">louis vuitton online</a> Most effective Pastry Chef’s of the year Rammy Nominee Chef’s.
]]>
</description>
</item>
</channel>
</rss>