PHP Velho Oeste 2024

HttpResponse::setFile

(PECL pecl_http >= 0.10.0)

HttpResponse::setFileSet file

Descrição

static bool HttpResponse::setFile ( string $file )

Set the file to be sent.

Nota: Anteriormente calculado (ou definido) ETag e Last-Modified serão recalculados e redefinidos.

Parâmetros

file

the path to the file to send

Valor Retornado

Retorna TRUE em caso de sucesso ou FALSE em caso de falha.

add a note add a note

User Contributed Notes

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