<?php pcntl_fork(): int
<?php { [$socketToParent, $socketToChild] = Connection::createPair(); $processId = pcntl_fork(); if ($this->currentlyInChildTask($processId)) { $socketToChild->close();