mixed HTTP_Download::setFile (string $file, bool [$send_404 = true])
mixed HTTP_Download::setFile
Set the path to the file for the download.
string $file - file path
bool [$send_404 = true] - whether to send "HTTP 404 File Not Found", if file couldn't be found
Retourne TRUE en cas de succès, un objet PEAR_Error en cas d'échec.
Cette fonction ne peut pas être appelée de façon statique.