HttpResponse::setStream
(no version information, might be only in CVS)
HttpResponse::setStream -- Set stream
Description
staticbool
HttpResponse::setStream ( resource stream )
Set the resource to be sent.
Note: Previously calculated or defined ETag
and Last-Modified will be recalculated and redefined.
Parameters
stream
already opened stream from which the data to send will be read
Return Values
Returns TRUE on success or FALSE on failure.