previousTutoriel sur le formattage (Previous) (Next) Workbook::&addWorksheetnext

View this page in Last updated: Sun, 18 Oct 2009
English | Brazilian Portuguese | Chinese | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Turkish

Workbook::close

Workbook::close – Appel les méthodes de finalisation d'un manuel de travail

Synopsis

require_once "Spreadsheet/Excel/Writer.php";

mixed Workbook::close ( )

Description

Appel les méthodes de finalisation d'un manuel de travail. Cette méthode doit toujours être la dernière à être appelée pour tous les manuels de travail.

Return value

Retourne TRUE en cas de succès, une PEAR_Error en cas d'échec.

Note

This function can not be called statically.

previousTutoriel sur le formattage (Previous) (Next) Workbook::&addWorksheetnext

Download Documentation Last updated: Sun, 18 Oct 2009
Do you think that something on this page is wrong? Please file a bug report or add a note.
User Notes:
Note by: colin@cactusflower.org
Synopsis give function declaration with that returns void, but later says "returns true on success, PEAR_Error on failure".

Nb.