mirror of
https://github.com/php/doc-ru.git
synced 2025-08-20 23:31:15 +00:00
Update translation
git-svn-id: https://svn.php.net/repository/phpdoc/ru/trunk@335597 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- EN-Revision: e4405eabb830ca3421556ff4c255388094db76e2 Maintainer: irker Status: ready -->
|
||||
<!-- EN-Revision: 01affe9d1b477a955c469540637fc187315f8021 Maintainer: irker Status: ready -->
|
||||
<!-- Reviewed: yes -->
|
||||
<!-- $Revision$ -->
|
||||
<refentry xml:id="function.json-encode" xmlns="http://docbook.org/ns/docbook">
|
||||
@ -14,6 +14,7 @@
|
||||
<type>string</type><methodname>json_encode</methodname>
|
||||
<methodparam><type>mixed</type><parameter>value</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>options</parameter><initializer>0</initializer></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>depth</parameter><initializer>512</initializer></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Возвращает строку, содержащую JSON-представление
|
||||
@ -33,8 +34,9 @@
|
||||
за исключением <type>resource</type>.
|
||||
</para>
|
||||
<para>
|
||||
Функция работает только с кодированными в UTF-8 данными.
|
||||
Все строковые данные должны быть в кодировке UTF-8.
|
||||
</para>
|
||||
&json.implementation.superset;
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
@ -54,6 +56,14 @@
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><parameter>depth</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Задает максимальную глубину. Должен быть больше нуля.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</para>
|
||||
</refsect1>
|
||||
@ -77,6 +87,12 @@
|
||||
</row>
|
||||
</thead>
|
||||
<tbody>
|
||||
<row>
|
||||
<entry>5.5.0</entry>
|
||||
<entry>
|
||||
Добавлен параметр <parameter>depth</parameter>.
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>5.4.0</entry>
|
||||
<entry>
|
||||
|
Reference in New Issue
Block a user