
Druckansicht von http://www.php-homepage.de/manual/function.stream-set-blocking.php
stream_set_blocking(PHP 4 >= 4.3.0, PHP 5) stream_set_blocking — Set blocking/non-blocking mode on a stream Beschreibung
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). Parameter-Liste
Rückgabewerte
Gibt bei Erfolg Changelog
Anmerkungen
Siehe auch
|