mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Fix bug #39806 and link to the JSON official site
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@226196 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
fe82adedb5
commit
e1325b0b7d
2 changed files with 7 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<refentry id="function.json-encode">
|
||||
<refnamediv>
|
||||
<refname>json_encode</refname>
|
||||
|
@ -29,6 +29,9 @@
|
|||
The <parameter>value</parameter> being encoded. Can be any type except
|
||||
a <type>resource</type>.
|
||||
</para>
|
||||
<para>
|
||||
This function only works with UTF-8 encoded data.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- Purpose: basic.other -->
|
||||
<!-- Membership: pecl, bundled -->
|
||||
<reference id="ref.json">
|
||||
|
@ -10,7 +10,8 @@
|
|||
<section id="json.intro">
|
||||
&reftitle.intro;
|
||||
<para>
|
||||
This extension implements the JavaScript Object Notation (JSON)
|
||||
This extension implements the <ulink
|
||||
url="&url.json;">JavaScript Object Notation (JSON)</ulink>
|
||||
data-interchange format. The decoding is handled by a parser based on
|
||||
the JSON_checker by Douglas Crockford.
|
||||
</para>
|
||||
|
|
Loading…
Reference in a new issue