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 803b895 commit 02d50fbCopy full SHA for 02d50fb
reference/pcntl/examples.xml
@@ -1,6 +1,6 @@
1
<?xml version="1.0" encoding="utf-8"?>
2
<!-- $Revision$ -->
3
-<!-- EN-Revision: aebf045bfb7f4f2350db5e1e908cf290be334075 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: e91b2dd2539f6be30b7db023d880de673fa50b62 Maintainer: takagi Status: ready -->
4
<!-- CREDITS: shimooka,hirokawa,mumumu -->
5
<chapter xml:id="pcntl.examples" xmlns="http://docbook.org/ns/docbook">
6
&reftitle.examples;
@@ -14,7 +14,7 @@
14
<programlisting role="php">
15
<![CDATA[
16
<?php
17
-declare(ticks=1);
+pcntl_async_signals(true);
18
19
$pid = pcntl_fork();
20
if ($pid == -1) {
0 commit comments