Skip to content

Commit caf45de

Browse files
authored
Sync outdated files (#938)
1 parent 1242ca0 commit caf45de

File tree

7 files changed

+187
-84
lines changed

7 files changed

+187
-84
lines changed

appendices/resources.xml

Lines changed: 91 additions & 78 deletions
Original file line numberDiff line numberDiff line change
@@ -1264,84 +1264,97 @@
12641264
</entry>
12651265
<entry>Persistent link to PostgreSQL database</entry>
12661266
</row>
1267-
<row>
1268-
<entry>pgsql 结果</entry>
1269-
<entry>
1270-
<function>pg_execute</function>,
1271-
<function>pg_query</function>,
1272-
<function>pg_query_params</function>,
1273-
<function>pg_get_result</function>
1274-
</entry>
1275-
<entry>
1276-
<function>pg_fetch_array</function>,
1277-
<function>pg_fetch_object</function>,
1278-
<function>pg_fetch_result</function>,
1279-
<function>pg_fetch_row</function>,
1280-
<function>pg_field_is_null</function>,
1281-
<function>pg_field_name</function>,
1282-
<function>pg_field_num</function>,
1283-
<function>pg_field_prtlen</function>,
1284-
<function>pg_field_size</function>,
1285-
<function>pg_field_type</function>,
1286-
<function>pg_last_oid</function>,
1287-
<function>pg_num_fields</function>,
1288-
<function>pg_num_rows</function>,
1289-
<function>pg_result_error</function>,
1290-
<function>pg_result_status</function>
1291-
</entry>
1292-
<entry>
1293-
<function>pg_free_result</function>
1294-
</entry>
1295-
<entry>PostgreSQL 结果(PHP 8.1.0 之前)</entry>
1296-
</row>
1297-
<row>
1298-
<entry>pgsql string</entry>
1299-
<entry> </entry>
1300-
<entry> </entry>
1301-
<entry> </entry>
1302-
<entry> </entry>
1303-
</row>
1304-
<row>
1305-
<entry>进程</entry>
1306-
<entry><function>proc_open</function></entry>
1307-
<entry>
1308-
<function>proc_get_status</function>
1309-
<function>proc_terminate</function>
1310-
</entry>
1311-
<entry>
1312-
<function>proc_close</function>
1313-
</entry>
1314-
<entry>
1315-
进程
1316-
</entry>
1317-
</row>
1318-
<row>
1319-
<entry>pspell</entry>
1320-
<entry>
1321-
<function>pspell_new</function>,
1322-
<function>pspell_new_config</function>,
1323-
<function>pspell_new_personal</function>
1324-
</entry>
1325-
<entry>
1326-
<function>pspell_add_to_personal</function>,
1327-
<function>pspell_add_to_session</function>,
1328-
<function>pspell_check</function>,
1329-
<function>pspell_clear_session</function>,
1330-
<function>pspell_config_ignore</function>,
1331-
<function>pspell_config_mode</function>,
1332-
<function>pspell_config_personal</function>,
1333-
<function>pspell_config_repl</function>,
1334-
<function>pspell_config_runtogether</function>,
1335-
<function>pspell_config_save_repl</function>,
1336-
<function>pspell_save_wordlist</function>,
1337-
<function>pspell_store_replacement</function>,
1338-
<function>pspell_suggest</function>
1339-
</entry>
1340-
<entry>
1341-
None
1342-
</entry>
1343-
<entry>pspell 字典(PHP 8.1.0 之前)</entry>
1344-
</row>
1267+
<row>
1268+
<entry>pgsql result</entry>
1269+
<entry>
1270+
<function>pg_execute</function>,
1271+
<function>pg_query</function>,
1272+
<function>pg_query_params</function>,
1273+
<function>pg_get_result</function>
1274+
</entry>
1275+
<entry>
1276+
<function>pg_fetch_array</function>,
1277+
<function>pg_fetch_object</function>,
1278+
<function>pg_fetch_result</function>,
1279+
<function>pg_fetch_row</function>,
1280+
<function>pg_field_is_null</function>,
1281+
<function>pg_field_name</function>,
1282+
<function>pg_field_num</function>,
1283+
<function>pg_field_prtlen</function>,
1284+
<function>pg_field_size</function>,
1285+
<function>pg_field_type</function>,
1286+
<function>pg_last_oid</function>,
1287+
<function>pg_num_fields</function>,
1288+
<function>pg_num_rows</function>,
1289+
<function>pg_result_error</function>,
1290+
<function>pg_result_status</function>
1291+
</entry>
1292+
<entry>
1293+
<function>pg_free_result</function>
1294+
</entry>
1295+
<entry>PostgreSQL result(PHP 8.1.0 之前)</entry>
1296+
</row>
1297+
<row>
1298+
<entry>pgsql string</entry>
1299+
<entry> </entry>
1300+
<entry> </entry>
1301+
<entry> </entry>
1302+
<entry> </entry>
1303+
</row>
1304+
<row>
1305+
<entry>process</entry>
1306+
<entry><function>proc_open</function></entry>
1307+
<entry>
1308+
<function>proc_get_status</function>
1309+
<function>proc_terminate</function>
1310+
</entry>
1311+
<entry>
1312+
<function>proc_close</function>
1313+
</entry>
1314+
<entry>
1315+
Process
1316+
</entry>
1317+
</row>
1318+
<row>
1319+
<entry>pspell</entry>
1320+
<entry>
1321+
<function>pspell_new</function>,
1322+
<function>pspell_new_config</function>,
1323+
<function>pspell_new_personal</function>
1324+
</entry>
1325+
<entry>
1326+
<function>pspell_add_to_personal</function>,
1327+
<function>pspell_add_to_session</function>,
1328+
<function>pspell_check</function>,
1329+
<function>pspell_clear_session</function>,
1330+
<function>pspell_config_ignore</function>,
1331+
<function>pspell_config_mode</function>,
1332+
<function>pspell_config_personal</function>,
1333+
<function>pspell_config_repl</function>,
1334+
<function>pspell_config_runtogether</function>,
1335+
<function>pspell_config_save_repl</function>,
1336+
<function>pspell_save_wordlist</function>,
1337+
<function>pspell_store_replacement</function>,
1338+
<function>pspell_suggest</function>
1339+
</entry>
1340+
<entry>
1341+
None
1342+
</entry>
1343+
<entry>pspell dictionary(PHP 8.1.0 之前)</entry>
1344+
</row>
1345+
<row>
1346+
<entry>pspell config</entry>
1347+
<entry>
1348+
<function>pspell_config_create</function>
1349+
</entry>
1350+
<entry>
1351+
<function>pspell_new_config</function>
1352+
</entry>
1353+
<entry>
1354+
None
1355+
</entry>
1356+
<entry>pspell 配置(PHP 8.1.0 之前)</entry>
1357+
</row>
13451358
<row>
13461359
<entry>shmop</entry>
13471360
<entry>

reference/dba/functions/dba-key-split.xml

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision$ -->
3-
<!-- EN-Revision: 9c4c9718261c2705fef2a490e3926751134aec32 Maintainer: Luffy Status: ready -->
3+
<!-- EN-Revision: d34561113baaf49e9d0539c46511242941ea5a7b Maintainer: Luffy Status: ready -->
44
<refentry xml:id="function.dba-key-split" xmlns="http://docbook.org/ns/docbook">
55
<refnamediv>
66
<refname>dba_key_split</refname>
@@ -40,6 +40,29 @@
4040
如果 <parameter>key</parameter> 是 &null;&false;,则返回 &false;
4141
</para>
4242
</refsect1>
43+
44+
<refsect1 role="changelog">
45+
&reftitle.changelog;
46+
<informaltable>
47+
<tgroup cols="2">
48+
<thead>
49+
<row>
50+
<entry>&Version;</entry>
51+
<entry>&Description;</entry>
52+
</row>
53+
</thead>
54+
<tbody>
55+
<row>
56+
<entry>8.4.0</entry>
57+
<entry>
58+
&null; 或者 &false; 传递给 <parameter>key</parameter> 现在已经被弃用。
59+
</entry>
60+
</row>
61+
</tbody>
62+
</tgroup>
63+
</informaltable>
64+
</refsect1>
65+
4366
<refsect1 role="seealso">
4467
&reftitle.seealso;
4568
<para>

reference/pcntl/constants.xml

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision$ -->
3-
<!-- EN-Revision: 4ac5624be0dc8484a333514b605150e73cad06b8 Maintainer: Luffy Status: ready -->
3+
<!-- EN-Revision: 71fa455c5670ea4a3a3a0c60e34d906d1061a6c8 Maintainer: Luffy Status: ready -->
44
<appendix xml:id="pcntl.constants" xmlns="http://docbook.org/ns/docbook">
55
&reftitle.constants;
66
<para>
@@ -558,6 +558,30 @@
558558
</simpara>
559559
</listitem>
560560
</varlistentry>
561+
<varlistentry xml:id="constant.sigckpt">
562+
<term>
563+
<constant>SIGCKPT</constant>
564+
(<type>int</type>)
565+
</term>
566+
<listitem>
567+
<simpara>
568+
生成/恢复一个检查点。
569+
从 PHP 8.4.0 开始可用(仅限 DragonFlyBSD)。
570+
</simpara>
571+
</listitem>
572+
</varlistentry>
573+
<varlistentry xml:id="constant.sigckptexit">
574+
<term>
575+
<constant>SIGCKPTEXIT</constant>
576+
(<type>int</type>)
577+
</term>
578+
<listitem>
579+
<simpara>
580+
生成/恢复一个检查点并退出。
581+
从 PHP 8.4.0 开始可用(仅限 DragonFlyBSD)。
582+
</simpara>
583+
</listitem>
584+
</varlistentry>
561585
</variablelist>
562586

563587
<variablelist xml:id="pcntl.constants.si">

reference/readline/book.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision$ -->
3-
<!-- EN-Revision: 462ad78d00fa08794ac8aeed9e79f8ab3d4ca371 Maintainer: Szopen Xiao Status: ready -->
3+
<!-- EN-Revision: 51779f7c42f39934403805a42b83cef7126a5fc1 Maintainer: Szopen Xiao Status: ready -->
44
<!-- CREDITS: mowangjuanzi -->
55
<book xml:id="book.readline" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
66
<?phpdoc extension-membership="bundledexternal" ?>

reference/readline/configure.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision$ -->
3-
<!-- EN-Revision: d92890ef469c2527326bcb4a6730892eee3c96cb Maintainer: Szopen Xiao Status: ready -->
3+
<!-- EN-Revision: 51779f7c42f39934403805a42b83cef7126a5fc1 Maintainer: Szopen Xiao Status: ready -->
44
<!-- CREDITS: mowangjuanzi -->
55
<section xml:id="readline.installation" xmlns="http://docbook.org/ns/docbook">
66
&reftitle.install;

reference/readline/setup.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision$ -->
3-
<!-- EN-Revision: 48ce43fe79fa0c9f31f187ea8ec995b4cb13037e Maintainer: Szopen Xiao Status: ready -->
3+
<!-- EN-Revision: 51779f7c42f39934403805a42b83cef7126a5fc1 Maintainer: Szopen Xiao Status: ready -->
44
<!-- CREDITS: mowangjuanzi, Luffy -->
55
<chapter xml:id="readline.setup" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
66
&reftitle.setup;

reference/reflection/reflectionattribute.xml

Lines changed: 44 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision$ -->
3-
<!-- EN-Revision: 14767af0f05dffa6fdb9b49e1a1f4e9ca7022a60 Maintainer: Luffy Status: ready -->
3+
<!-- EN-Revision: 790f63af6521908477b285ff753e454e118bb989 Maintainer: Luffy Status: ready -->
44
<!-- CREDITS: mowangjuanzi -->
55
<reference xml:id="class.reflectionattribute" role="class" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude">
66

@@ -41,6 +41,13 @@
4141
<varname linkend="reflectionattribute.constants.is-instanceof">ReflectionAttribute::IS_INSTANCEOF</varname>
4242
</fieldsynopsis>
4343

44+
<classsynopsisinfo role="comment">&Properties;</classsynopsisinfo>
45+
<fieldsynopsis>
46+
<modifier>public</modifier>
47+
<type>string</type>
48+
<varname linkend="reflectionattribute.props.name">name</varname>
49+
</fieldsynopsis>
50+
4451
<classsynopsisinfo role="comment">&Methods;</classsynopsisinfo>
4552
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.reflectionattribute')/db:refentry/db:refsect1[@role='description']/descendant::db:constructorsynopsis[@role='ReflectionAttribute'])">
4653
<xi:fallback/>
@@ -53,6 +60,20 @@
5360

5461
</section>
5562

63+
<section xml:id="reflectionattribute.props">
64+
&reftitle.properties;
65+
<variablelist>
66+
<varlistentry xml:id="reflectionattribute.props.name">
67+
<term><varname>name</varname></term>
68+
<listitem>
69+
<simpara>
70+
属性的名称。
71+
</simpara>
72+
</listitem>
73+
</varlistentry>
74+
</variablelist>
75+
</section>
76+
5677
<!-- {{{ ReflectionAttribute constants -->
5778
<section xml:id="reflectionattribute.constants">
5879
&reftitle.constants;
@@ -79,6 +100,28 @@
79100
</section>
80101
<!-- }}} -->
81102

103+
<section role="changelog">
104+
&reftitle.changelog;
105+
<informaltable>
106+
<tgroup cols="2">
107+
<thead>
108+
<row>
109+
<entry>&Version;</entry>
110+
<entry>&Description;</entry>
111+
</row>
112+
</thead>
113+
<tbody>
114+
<row>
115+
<entry>8.4.0</entry>
116+
<entry>
117+
添加了 <property>ReflectionAttribute::$name</property>。
118+
</entry>
119+
</row>
120+
</tbody>
121+
</tgroup>
122+
</informaltable>
123+
</section>
124+
82125
</partintro>
83126

84127
&reference.reflection.entities.reflectionattribute;

0 commit comments

Comments
 (0)