I18Nv2_Locale::formatNumber

I18Nv2_Locale::formatNumber() – 数値をフォーマットする

Synopsis

require_once 'I18Nv2/Locale.php';

string I18Nv2_Locale::formatNumber ( numeric $value )

Description

現在のロケールにあわせて、数値をフォーマットします。

Parameter

numeric $value

フォーマットする数値。

Return value

フォーマット済みの数値を文字列で返します。

Note

This function can not be called statically.