| ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot |
Format::setNumFormatFormat::setNumFormat – 数値の表示形式を設定する
Synopsis
require_once "Spreadsheet/Excel/Writer.php";
Description数値の表示形式を設定します。これには日付・時刻・通貨など…… も含まれます。以下の表では、使用可能な $num_format の値と それぞれに対して引数として受け付ける型を示します。
この情報は、Microsoft Excel のファイル形式について書かれた OpenOffice.org のドキュメント (http://sc.openoffice.org/excelfileformat.pdf) から引用したものです。 Parameter
NoteThis function can not be called statically. ExamplesetNumFormat() の使用法
<?php
|
各種マニュアル:
PHPマニュアル |
PEARマニュアル |
Smarty(英語)マニュアル |
PHP-GTKマニュアル |
「Format::setNumFormat」をGoogle検索
|