Changed documentation

2022.09-rc
Michael 2016-11-27 22:52:21 +00:00
rodzic 80d2210895
commit d96b827e32
1 zmienionych plików z 6 dodań i 4 usunięć

Wyświetl plik

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