HTTP_Download::send

HTTP_Download::send()

HTTP_Download::send() -- Send file

Description

Send the download.

Returns PEAR_Error if:

  • HTTP headers were already sent

  • HTTP Range was invalid

Parameter

  • bool [$autoSetContentDisposition = true] - automatically sets the Content-Disposition to HTTP_DOWNLOAD_ATTACHMENT header if not already set

Return value

Returns TRUE on success, PEAR_Error on failure.

Note

This function can not be called statically.

© Copyright 2003-2023 www.php-editors.com. The ultimate PHP Editor and PHP IDE site.