Changed documentation

This commit is contained in:
Michael 2016-11-27 22:52:21 +00:00
parent 80d2210895
commit d96b827e32
1 changed files with 6 additions and 4 deletions

View File

@ -1,7 +1,9 @@
<?php <?php
/* /**
Run the poller from a daemon. * @file util/daemon.php
This script was taken from http://php.net/manual/en/function.pcntl-fork.php * @brief Run the poller from a daemon.
*
* This script was taken from http://php.net/manual/en/function.pcntl-fork.php
*/ */
function shutdown() { function shutdown() {
posix_kill(posix_getpid(), SIGHUP); posix_kill(posix_getpid(), SIGHUP);