previous書式設定のチュートリアル (Previous) (Next) Workbook::&addWorksheetnext

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

Workbook::close

Workbook::close – ワークブックの作成終了時のメソッドを呼び出す

Synopsis

require_once "Spreadsheet/Excel/Writer.php";

mixed Workbook::close ( )

Description

ワークブックの作成終了時のメソッドを呼び出します。 全てのワークブックで、最後に必ずこのメソッドを呼ばなければなりません。

Return value

成功した場合は true、失敗した場合は PEAR_Error を返します。

Note

This function can not be called statically.

previous書式設定のチュートリアル (Previous) (Next) Workbook::&addWorksheetnext

Download Documentation Last updated: Sun, 21 Jun 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.