HttpResponse::setFile
(PECL pecl_http >= 0.10.0)
HttpResponse::setFile — Set file
Descrição
static
bool HttpResponse::setFile
( string
$file
)Set the file to be sent.
Note: Previously calculated or defined ETag and Last-Modified will be recalculated and redefined.
Parâmetros
-
file -
the path to the file to send
Valor Retornado
Retorna TRUE em caso de sucesso ou FALSE em caso de falha.
Veja Também
- HttpResponse::getData() - Get data
- HttpResponse::setData() - Set data
- HttpResponse::getFile() - Get file
- HttpResponse::getStream() - Get Stream
- HttpResponse::setStream() - Set stream