Skip to content

Commit 51804e3

Browse files
authored
追加されたposixの定数を翻訳 (php#198)
1 parent 98f39d4 commit 51804e3

File tree

1 file changed

+38
-2
lines changed

1 file changed

+38
-2
lines changed

reference/posix/constants.xml

Lines changed: 38 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision$ -->
3-
<!-- EN-Revision: 61374bbe228e8e9c55a24aba59a1e2bb2a871148 Maintainer: takagi Status: ready -->
4-
<!-- Credits: mumumu -->
3+
<!-- EN-Revision: be0867e6488a28518529f31e9684d61741ac7dad Maintainer: takagi Status: ready -->
4+
<!-- Credits: mumumu,jdkfx -->
55
<appendix xml:id="posix.constants" xmlns="http://docbook.org/ns/docbook">
66
&reftitle.constants;
77
&extension.constants;
@@ -510,6 +510,18 @@
510510
</simpara>
511511
</listitem>
512512
</varlistentry>
513+
<varlistentry xml:id="constant.posix-pc-symlink-max">
514+
<term>
515+
<constant>POSIX_PC_SYMLINK_MAX</constant>
516+
(<type>int</type>)
517+
</term>
518+
<listitem>
519+
<simpara>
520+
シンボリックリンク内の最大バイト数。
521+
PHP 8.3.0 以降で利用可能です。
522+
</simpara>
523+
</listitem>
524+
</varlistentry>
513525
</variablelist>
514526
</section>
515527

@@ -564,6 +576,30 @@
564576
</simpara>
565577
</listitem>
566578
</varlistentry>
579+
<varlistentry xml:id="constant.posix-sc-child-max">
580+
<term>
581+
<constant>POSIX_SC_CHILD_MAX</constant>
582+
(<type>int</type>)
583+
</term>
584+
<listitem>
585+
<simpara>
586+
1ユーザーあたりの同時プロセスの最大数。
587+
PHP 8.4.0 以降で利用可能です。
588+
</simpara>
589+
</listitem>
590+
</varlistentry>
591+
<varlistentry xml:id="constant.posix-sc-clk-tck">
592+
<term>
593+
<constant>POSIX_SC_CLK_TCK</constant>
594+
(<type>int</type>)
595+
</term>
596+
<listitem>
597+
<simpara>
598+
1秒あたりの経過クロック数。
599+
PHP 8.4.0 以降で利用可能です。
600+
</simpara>
601+
</listitem>
602+
</varlistentry>
567603
</variablelist>
568604
</section>
569605
</appendix>

0 commit comments

Comments
 (0)