<?php posix_getpid(): int
<?php if ($pid === posix_getpid()) { unlink(self::SOCKET); unlink(self::PID_FILE); return;