示例#1
0
 /**
  * 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;
 }