<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[向东博客 专注WEB应用 构架之美 --- 构架之美，在于尽态极妍 | 应用之美，在于药到病除]]></title> 
<link>http://jackxiang.com/index.php</link> 
<description><![CDATA[赢在IT，Playin' with IT,Focus on Killer Application,Marketing Meets Technology.]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[向东博客 专注WEB应用 构架之美 --- 构架之美，在于尽态极妍 | 应用之美，在于药到病除]]></copyright>
<item>
<link>http://jackxiang.com/post//</link>
<title><![CDATA[[线上用到]error_get_last 救人老命，php就是高，哈哈.]]></title> 
<author>jack &lt;xdy108@126.com&gt;</author>
<category><![CDATA[WEB2.0]]></category>
<pubDate>Thu, 13 May 2010 09:44:14 +0000</pubDate> 
<guid>http://jackxiang.com/post//</guid> 
<description>
<![CDATA[ 
	error_get_last<br/>(PHP 5 &gt;= 5.2.0)<br/><br/>error_get_last — Get the last occurred error<br/><br/>说明<br/>array error_get_last ( void )<br/>Gets information about the last error that occured. <br/><br/>返回值<br/>Returns an associative array describing the last error with keys &quot;type&quot;, &quot;message&quot;, &quot;file&quot; and &quot;line&quot;. Returns NULL if there hasn&#039;t been an error yet. <br/><br/>范例<br/><br/>Example#1 An error_get_last() example<br/><textarea name="code" class="php" rows="15" cols="100">
&lt;?php
echo $a;
print_r(error_get_last());
?&gt; 
</textarea><br/>上例的输出类似于：<br/><br/>Array<br/>(<br/>&nbsp;&nbsp;&nbsp;&nbsp;[type] =&gt; 8<br/>&nbsp;&nbsp;&nbsp;&nbsp;[message] =&gt; Undefined variable: a<br/>&nbsp;&nbsp;&nbsp;&nbsp;[file] =&gt; C:&#92;WWW&#92;index.php<br/>&nbsp;&nbsp;&nbsp;&nbsp;[line] =&gt; 2<br/>)<br/><br/>&nbsp;&nbsp;&nbsp;&nbsp;<br/>
]]>
</description>
</item><item>
<link>http://jackxiang.com/post//#blogcomment</link>
<title><![CDATA[[评论] [线上用到]error_get_last 救人老命，php就是高，哈哈.]]></title> 
<author> &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate> 
<guid>http://jackxiang.com/post//#blogcomment</guid> 
<description>
<![CDATA[ 
	
]]>
</description>
</item>
</channel>
</rss>