| ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot |
Creating a first text documentCreating an OpenDocument text document is really simple.
<?php After creating an OpenDocument instance, there are several methods available to create actual content; all of them are prefixed with create. All of those methods return the created object. This object has already been inserted at the end of the document. The newly created element may have some create*() methods of its own - a paragraph for example allows you to add links and additional text elements. When you are done, call OpenDocument::save() with the filename as only parameter to store the document on disk.
|
各種マニュアル:
PHPマニュアル |
PEARマニュアル |
Smarty(英語)マニュアル |
PHP-GTKマニュアル |
「Creating a first text document」をGoogle検索
|