From 3292ed699aeed5285b920563505a698fb6e929c5 Mon Sep 17 00:00:00 2001 From: Christoph Michael Becker Date: Tue, 22 Aug 2017 15:37:18 +0000 Subject: [PATCH] Fix #75094: Functions not documented We document pcntl_async_signals(). git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342911 c90b9560-bf6c-de11-be94-00142212c4b1 --- .../pcntl/functions/pcntl_async_signals.xml | 76 +++++++++++++++++++ reference/pcntl/versions.xml | 1 + 2 files changed, 77 insertions(+) create mode 100644 reference/pcntl/functions/pcntl_async_signals.xml diff --git a/reference/pcntl/functions/pcntl_async_signals.xml b/reference/pcntl/functions/pcntl_async_signals.xml new file mode 100644 index 0000000000..76358fde2c --- /dev/null +++ b/reference/pcntl/functions/pcntl_async_signals.xml @@ -0,0 +1,76 @@ + + + + + + pcntl_async_signals + Enable/disable asynchronous signal handling or return the old setting + + + + &reftitle.description; + + boolpcntl_async_signals + boolon&null; + + + If the on parameter is omitted, + pcntl_async_signals returns whether asynchronous signal + handling is enabled. Otherwise, asynchronous signal handling is enabled or + disabled. + + + + + &reftitle.parameters; + + + on + + + Whether asynchronous signal handling should be enabled. + + + + + + + + &reftitle.returnvalues; + + When used as getter (that is without the optional parameter) it returns + whether asynchronous signal handling is enabled. When used as setter (that is + with the optional parameter given), it returns whether asynchronous signal + handling was enabled before the function call. + + + + + &reftitle.seealso; + + declare + + + + + + diff --git a/reference/pcntl/versions.xml b/reference/pcntl/versions.xml index 67f2e8de06..55f9f79909 100644 --- a/reference/pcntl/versions.xml +++ b/reference/pcntl/versions.xml @@ -5,6 +5,7 @@ --> +