update : 2015.11.03
php.shukuma.com

검색:
 
 
Set file

HttpResponse::setFile

(PECL pecl_http >= 0.10.0)

HttpResponse::setFileSet file

설명

static bool HttpResponse::setFile ( string $file )

Set the file to be sent.

Note: 이전에 계산했거나 정의한 ETagLast-Modified은 다시 계산되어 적용될 수 있습니다.

인수

file

the path to the file to send

반환값

성공 시 TRUE를, 실패 시 FALSE를 반환합니다.