Workbook::&setTempDir

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

Synopsis

require_once "Spreadsheet/Excel/Writer.php";

booleanWorkbook::&setTempDir (string $dir)

Opis

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.

Parametr

Zwracana wartość

boolean - TRUE if given dir is valid, FALSE otherwise

Uwagi

Ta funkcja nie może być wywołana statycznie.

Przykład