PEAR Manual
This manual is provided as a courtesy. It is not an official source. Please check pear.php.net for updated information.
require_once "Spreadsheet/Excel/Writer.php";
void Spreadsheet_Excel_Writer::send (string $filename)
void Spreadsheet_Excel_Writer::send
Send HTTP headers for the Excel file.
string $filename - The filename to use for HTTP headers
This function can not be called statically.
Example 37-1. Using send()