Sets the timeout value on stream, expressed in the sum of seconds and microseconds. Gibt bei Erfolg TRUE zurück, im Fehlerfall FALSE.
Anmerkung: As of PHP 4.3, this function can (potentially) work on any kind of stream. In PHP 4.3, socket based streams are still the only kind supported in the PHP core, although streams from other extensions may support this function.
This function was previously called as set_socket_timeout() and later socket_set_timeout() but this usage is deprecated.
See also fsockopen() and fopen().
Zurück | Zum Anfang | Weiter |
stream_set_blocking | Nach oben | stream_set_write_buffer |