Skip to content

Commit fcf00d9

Browse files
committed
Document 'process' resource type
php/doc-en@be3338b
1 parent 7cc5b77 commit fcf00d9

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

appendices/resources.xml

Lines changed: 15 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: c2eca73ef79ebe78cebb34053e41b565af504c4f Maintainer: hirokawa Status: ready -->
3+
<!-- EN-Revision: be3338bf720808467447fdcdd6cab9d3e8d821bc Maintainer: hirokawa Status: ready -->
44
<!-- CREDITS: takagi,mumumu -->
55
<appendix xml:id="resource" xmlns="http://docbook.org/ns/docbook">
66
<title>リソース型の一覧</title>
@@ -1303,6 +1303,20 @@
13031303
<entry> </entry>
13041304
<entry> </entry>
13051305
</row>
1306+
<row>
1307+
<entry>process</entry>
1308+
<entry><function>proc_open</function></entry>
1309+
<entry>
1310+
<function>proc_get_status</function>
1311+
<function>proc_terminate</function>
1312+
</entry>
1313+
<entry>
1314+
<function>proc_close</function>
1315+
</entry>
1316+
<entry>
1317+
Process
1318+
</entry>
1319+
</row>
13061320
<row>
13071321
<entry>pspell</entry>
13081322
<entry>

0 commit comments

Comments
 (0)