update : 2015.11.03
php.shukuma.com검색:
|
stream_set_blocking(PHP 4 >= 4.3.0, PHP 5) stream_set_blocking — Set blocking/non-blocking mode on a stream 설명
bool stream_set_blocking
( resource
$stream
, int $mode
)
Sets blocking or non-blocking mode on a This function works for any stream that supports non-blocking mode (currently, regular files and socket streams). 인수
반환값
성공 시 주의
참고
|