mirror of
https://github.com/php/doc-zh.git
synced 2026-03-23 22:52:08 +01:00
Sync outdated files (#1012)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision$ -->
|
||||
<!-- EN-Revision: 6860e0623be035595330d876de43ef07c74399b5 Maintainer: Gregory Status: ready -->
|
||||
<!-- EN-Revision: c6fb604f39a0fa7bf1ae872064b2a3a24f23d855 Maintainer: Gregory Status: ready -->
|
||||
<!-- CREDITS: dallas, mowangjuanzi, Luffy -->
|
||||
<!-- 请保持此文件与英文文件中相应的每个 ENTITY 行号一一对应以便于对照,修改与更新! -->
|
||||
|
||||
@@ -896,7 +896,7 @@ linkend="language.types.boolean">布尔类型</link>章节以获取更多信息
|
||||
|
||||
<!-- OpenSSL -->
|
||||
<!ENTITY openssl.param.x509 '<varlistentry xmlns="http://docbook.org/ns/docbook">
|
||||
<term><parameter>x509</parameter></term>
|
||||
<term><parameter>certificate</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
参见<link linkend="openssl.certparams">密钥/证书参数</link>以获取有效值列表。
|
||||
|
||||
@@ -1,8 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision$ -->
|
||||
<!-- $Author$ -->
|
||||
<!-- Reviewed: yes Maintainer: dallas -->
|
||||
<!-- EN-Revision: 7104ee97ced1768a3231588dfc0bc0d7eb1117ad Maintainer: dallas Status: ready -->
|
||||
<!-- EN-Revision: 53fb200fed6d316b0616a915eb87a40de1d80f51 Maintainer: dallas Status: ready -->
|
||||
|
||||
<sect1 xml:id="control-structures.do.while" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>do-while</title>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision$ -->
|
||||
<!-- EN-Revision: a124543dd3f6b1e5567b07420d23899e582514dc Maintainer: HonestQiao Status: ready -->
|
||||
<!-- EN-Revision: 6b413423c754810252b812d2a28fc627be4579dd Maintainer: HonestQiao Status: ready -->
|
||||
<!-- CREDITS: mowangjuanzi, Luffy -->
|
||||
<refentry role="variable" xml:id="reserved.variables.server" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" annotations="verify_info:false">
|
||||
<refnamediv>
|
||||
@@ -133,7 +133,7 @@
|
||||
<term>'<varname>REQUEST_TIME</varname>'</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
请求开始时的时间戳。
|
||||
PHP 开始处理请求时的时间戳。
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
@@ -142,7 +142,7 @@
|
||||
<term>'<varname>REQUEST_TIME_FLOAT</varname>'</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
请求开始时的时间戳,微秒级别的精准度。
|
||||
PHP 开始处理请求时的时间戳,具有微秒精度。
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision$ -->
|
||||
<!-- EN-Revision: 855dd0c584224f0cee7667a3bc3dae62bace9c96 Maintainer: mowangjuanzi Status: ready -->
|
||||
<!-- EN-Revision: c6fb604f39a0fa7bf1ae872064b2a3a24f23d855 Maintainer: mowangjuanzi Status: ready -->
|
||||
<!-- CREDITS: Luffy -->
|
||||
<refentry xml:id="function.jdmonthname" xmlns="http://docbook.org/ns/docbook">
|
||||
<refnamediv>
|
||||
@@ -70,7 +70,7 @@
|
||||
<para>
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
<term><parameter>jday</parameter></term>
|
||||
<term><parameter>julian_day</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
用来计算的儒略日
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision$ -->
|
||||
<!-- EN-Revision: ce98b568f85353c4bf263133f09c4db9294833f9 Maintainer: daijie Status: ready -->
|
||||
<!-- CREDITS: mowangjuanzi -->
|
||||
<!-- EN-Revision: 86c8ebd19ed93843f293bdcecc9ce68cb4ab57bc Maintainer: daijie Status: ready -->
|
||||
<!-- CREDITS: mowangjuanzi, Luffy -->
|
||||
<refentry xml:id="function.curl-close" xmlns="http://docbook.org/ns/docbook">
|
||||
<refnamediv>
|
||||
<refname>curl_close</refname>
|
||||
@@ -52,6 +52,18 @@
|
||||
</row>
|
||||
</thead>
|
||||
<tbody>
|
||||
<row>
|
||||
<entry>8.5.0</entry>
|
||||
<entry>
|
||||
此函数已被弃用。
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>8.0.0</entry>
|
||||
<entry>
|
||||
此函数现在是 <acronym>NOP(空操作)</acronym>。
|
||||
</entry>
|
||||
</row>
|
||||
&curl.changelog.handle-param;
|
||||
</tbody>
|
||||
</tgroup>
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision$ -->
|
||||
<!-- EN-Revision: 0c9c2dd669fe9395eaa73d487fbd160f9057429a Maintainer: mowangjuanzi Status: ready -->
|
||||
<!-- EN-Revision: c6fb604f39a0fa7bf1ae872064b2a3a24f23d855 Maintainer: mowangjuanzi Status: ready -->
|
||||
<!-- CREDITS: Luffy -->
|
||||
<refentry xml:id="function.forward-static-call-array" xmlns="http://docbook.org/ns/docbook">
|
||||
<refnamediv>
|
||||
<refname>forward_static_call_array</refname>
|
||||
@@ -35,7 +36,7 @@
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><parameter>parameter</parameter></term>
|
||||
<term><parameter>args</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
参数,将所有方法参数聚合到一个数组中。
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision$ -->
|
||||
<!-- EN-Revision: 9960a09a5705102bf4dd0ce63e03d9ec716d0015 Maintainer: dallas Status: ready -->
|
||||
<!-- CREDITS: mowangjuanzi -->
|
||||
<!-- EN-Revision: c6fb604f39a0fa7bf1ae872064b2a3a24f23d855 Maintainer: dallas Status: ready -->
|
||||
<!-- CREDITS: mowangjuanzi, Luffy -->
|
||||
<refentry xml:id="function.imageinterlace" xmlns="http://docbook.org/ns/docbook">
|
||||
<refnamediv>
|
||||
<refname>imageinterlace</refname>
|
||||
@@ -27,7 +27,7 @@
|
||||
<variablelist>
|
||||
&gd.image.description;
|
||||
<varlistentry>
|
||||
<term><parameter>interlace</parameter></term>
|
||||
<term><parameter>enable</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
如果为 &true;,则图像开启隔行扫描,如果为 &false;,否则将关闭隔行扫描。传递 &null; 不会让隔行扫描行为发生改变。
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision$ -->
|
||||
<!-- EN-Revision: a60ef65239113c7871643be68ada91081376c936 Maintainer: daijie Status: ready -->
|
||||
<!-- EN-Revision: 4e69a9f2b14deefca0befec576335e33152448f3 Maintainer: daijie Status: ready -->
|
||||
<!-- CREDITS: mowangjuanzi, Luffy -->
|
||||
<refentry xml:id="function.mb-decode-numericentity" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<refnamediv>
|
||||
@@ -47,14 +47,6 @@
|
||||
&mbstring.encoding.parameter;
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><parameter>is_hex</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
不使用此参数。
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
Reference in New Issue
Block a user