I18N
[ class tree: I18N ] [ index: I18N ] [ all elements ]

Class: I18N_Number

Source Location: /I18N-1.0.0/Number.php

Class Overview

PEAR
   |
   --I18N_Format
      |
      --I18N_Number

this is just a basic implementation for now, but one day


Variables

Methods


Child classes:

Inherited Variables

Inherited Methods

Class: I18N_Format

I18N_Format::I18N_Format()
I18N_Format::getFormat()
I18N_Format::setFormat()
define a custom format given by $format and return the $format-id the format-id can be used to call format( x , format-id ) to tell the method you want to use the format with that id

Class Details

[line 32]
this is just a basic implementation for now, but one day

this http://java.sun.com/docs/books/tutorial/i18n/format/numberpattern.html should be implemented, anyone with a DecimalFormat-class please step forward :-)



[ Top ]


Class Variables

$_locale =

[line 41]

this var contains the current locale this instace works with
  • Var: this is a string like 'de_DE' or 'en_US', etc.
  • Access: protected

Type:   string
Overrides:   Array


[ Top ]

$_localeObj =  null

[line 49]

the locale object which contains all the formatting specs
  • Access: protected

Type:   object
Overrides:   Array


[ Top ]



Method Detail

format   [line 64]

string format( mixed $number, [ $format = null])

format a given number depending on the locale
  • Return: the formatted number
  • Author: Wolfram Kriesing <wolfram@kriesing.de>
  • Version: 02/11/22

Overridden in child classes as:

I18N_Currency::format()

Parameters:

mixed   $number   —  the number to be formatted
   $format   — 

[ Top ]

formatPercent   [line 83]

void formatPercent( )


[ Top ]


Documentation generated on Mon, 11 Mar 2019 15:36:11 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.