public function __construct(&$socket) { if (false === ($this->socket = @socket_accept($socket))) { throw new Exception(sprintf('socket_accept($socket) ...
確定! 回上一頁