HTTP Funkcje
PHP Manual

http_send_stream

(PECL pecl_http:0.1.0-1.5.5)

http_send_streamSend stream

Opis

bool http_send_stream ( resource $stream )

Sends an already opened stream with support for (multiple) range requests.

Parametry

stream

stream to read from (must be seekable)

Zwracane wartości

Zwraca TRUE w przypadku powodzenia, FALSE w przypadku błędu.

Patrz także


HTTP Funkcje
PHP Manual