Skip to content

Commit 54aba93

Browse files
committed
SIGCKPTとSIGCKPTEXITの追加
1 parent 1bb4baf commit 54aba93

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

reference/pcntl/constants.xml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -529,6 +529,30 @@
529529

530530
</simpara>
531531
</listitem>
532+
</varlistentry>
533+
<varlistentry xml:id="constant.sigckpt">
534+
<term>
535+
<constant>SIGCKPT</constant>
536+
(<type>int</type>)
537+
</term>
538+
<listitem>
539+
<simpara>
540+
チェックポイントを作成または復元するための定数です。
541+
この機能は PHP 8.4.0 以降で使用可能で、 DragonFlyBSD のみでサポートされています。
542+
</simpara>
543+
</listitem>
544+
</varlistentry>
545+
<varlistentry xml:id="constant.sigckptexit">
546+
<term>
547+
<constant>SIGCKPTEXIT</constant>
548+
(<type>int</type>)
549+
</term>
550+
<listitem>
551+
<simpara>
552+
チェックポイントを作成または復元し、その後プロセスを終了するための定数です。
553+
この機能は PHP 8.4.0 以降で使用可能で、 DragonFlyBSD のみでサポートされています。
554+
</simpara>
555+
</listitem>
532556
</varlistentry>
533557
</variablelist>
534558

0 commit comments

Comments
 (0)