<?php stream_set_blocking(resource $stream, bool $enable): bool
<?php @\stream_socket_shutdown($this->stream, \STREAM_SHUT_RDWR); \stream_set_blocking($this->stream, false); } public function getRemoteAddress()
<?php $this->unix = \parse_url($this->getAddress(), \PHP_URL_PORT) === false; \stream_set_blocking($this->master, false); $this->resume(); }
<?php $errno ); } \stream_set_blocking($this->master, false); $this->resume(); }
<?php $errno ); } \stream_set_blocking($this->master, 0); $this->resume(); }