<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>运达&#039;s  blog &#187; json_last_error</title>
	<atom:link href="https://www.yunda51.com/?feed=rss2&#038;tag=json_last_error" rel="self" type="application/rss+xml" />
	<link>https://www.yunda51.com</link>
	<description>运达的博客</description>
	<lastBuildDate>Wed, 12 Nov 2025 07:58:26 +0000</lastBuildDate>
	<language>zh-CN</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=4.0.19</generator>
	<item>
		<title>打印json的错误级别json_last_error</title>
		<link>https://www.yunda51.com/?p=1527</link>
		<comments>https://www.yunda51.com/?p=1527#comments</comments>
		<pubDate>Wed, 22 Apr 2015 10:24:18 +0000</pubDate>
		<dc:creator><![CDATA[运达]]></dc:creator>
				<category><![CDATA[Json]]></category>
		<category><![CDATA[php技术]]></category>
		<category><![CDATA[json]]></category>
		<category><![CDATA[json_last_error]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.yunda51.com/?p=1527</guid>
		<description><![CDATA[json_last_error — 返回最后发生的错误 说明： int json_last_error ( v<a href="https://www.yunda51.com/?p=1527" class="read-more">Continue Reading</a>]]></description>
				<content:encoded><![CDATA[<p>json_last_error — 返回最后发生的错误<br />
<strong>说明：</strong> int json_last_error ( void )<br />
如果有，返回 JSON 编码解码时最后发生的错误。 </p>
<pre class="wp-code-highlight prettyprint">
0 JSON_ERROR_NONE 	No error has occurred   没有错误发生 	
 
1 JSON_ERROR_DEPTH 	The maximum stack depth has been exceeded  	
 
2 JSON_ERROR_STATE_MISMATCH 	Invalid or malformed JSON  无效或不正确的JSON 	
 
3 JSON_ERROR_CTRL_CHAR 	Control character error, possibly incorrectly encoded 控制字符的错误，可能是错误编码

4 JSON_ERROR_SYNTAX 	Syntax error  语法错误 	 

5 JSON_ERROR_UTF8 	Malformed UTF-8 characters, possibly incorrectly encoded 畸形的UTF-8字符，可能错误编码
</pre>
]]></content:encoded>
			<wfw:commentRss>https://www.yunda51.com/?feed=rss2&#038;p=1527</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
