We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bb4baf commit 54aba93Copy full SHA for 54aba93
reference/pcntl/constants.xml
@@ -529,6 +529,30 @@
529
530
</simpara>
531
</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
545
+ <varlistentry xml:id="constant.sigckptexit">
546
547
+ <constant>SIGCKPTEXIT</constant>
548
549
550
551
552
+ チェックポイントを作成または復元し、その後プロセスを終了するための定数です。
553
554
555
556
</varlistentry>
557
</variablelist>
558
0 commit comments