stream_set_blocking
statamic/cms
Supported Versions: PHP 4 >= 4.3.0, PHP 5, PHP 7, PHP 8
Set blocking/non-blocking mode on a stream
Alias
socket_set_blocking
<?php stream_set_blocking
(
resource $stream
,
bool $enable
):
bool