http_send_stream()
http_send_stream - Send stream
Syntax
bool http_send_stream (
resource $stream)
Arguments
- stream - stream to read from (must be seekable)
Description
Sends an already opened stream with support for (multiple) range requests.
Version
PHP PECL pecl_http >= 0.1.0
Return value
Returns TRUE on success or FALSE on failure.