PHP Velho Oeste 2024

http_send_stream

(PECL pecl_http >= 0.1.0)

http_send_streamEnviar flujo

Descripción

bool http_send_stream ( resource $stream )

Envía un flujo ya abierto, con soporte para (múltiples) peticiones de rango.

Parámetros

stream

flujo del que leer (debe permitir realizar búsquedas)

Valores devueltos

Devuelve TRUE en caso de éxito o FALSE en caso de error.

Ver también

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top