Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетил 17131 программист и 1835 роботов. Сейчас ищут 1544 программиста ...
HTTP_Download::setFile
Вернуться к: HTTP_Download
HTTP_Download::setFile
HTTP_Download::setFile() – Set file path
Synopsis
mixed HTTP_Download::setFile ( string $file , bool $send_404 = true )
Set the path to the file for the download.
Parameter
-
string $file - file path
-
bool $send_404 = true - whether to send "HTTP 404 File Not Found", if file couldn't be found
Return value
Returns TRUE on success, PEAR_Error on failure.
Note
This function can not be called statically.
Вернуться к: HTTP_Download