stream_set_blocking

Supported Versions: PHP 4 >= 4.3.0, PHP 5, PHP 7, PHP 8
Set blocking/non-blocking mode on a stream
<?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();

    }