Workbook::&setTempDir

Workbook::&setTempDir -- Sets the temp dir used for storing the OLE file.

Referentiesamenvatting

require_once "Spreadsheet/Excel/Writer.php";

booleanWorkbook::&setTempDir (string $dir)

Beschrijving

Sets the temp dir used for storing the OLE file. Use this method if you don't have the right to write in the default temporary dir.

Parameter

Return waarde

boolean - TRUE if given dir is valid, FALSE otherwise

Note

Deze functie kan niet statisch worden aangeroepen.

Voorbeeld