コード例 #1
0
ファイル: String.php プロジェクト: bestgoodz/toko-baju
 /**
  * Set the decimal separator. Only used by Style_NumberFormat::toFormattedString()
  * to format output by Writer_HTML and Writer_PDF
  *
  * @param string $pValue Character for decimal separator
  */
 public static function setDecimalSeparator($pValue = '.')
 {
     self::$_decimalSeparator = $pValue;
 }