コード例 #1
0
ファイル: Fork.class.php プロジェクト: AmineCherrai/rostanvo
 protected function getClientInfo()
 {
     if (!$this->socket->isValid()) {
         return '(pid: ' . getmypid() . ')';
     }
     return parent::getClientInfo() . '(pid: ' . getmypid() . ')';
 }