class Currency

Methods

__construct($input = 0)

No description

noolean
isSupport()

Check if Locale class is enable or not.

string
get()

Get currency data

NumberFormatter
getFormatter()

Get number formatter instance

array
getIsoCode()

Get currency based on ISO 4217

string
__toString()

Convert object to string

Details

at line 18
__construct($input = 0)

No description

Parameters

$input

at line 30
noolean isSupport()

Check if Locale class is enable or not.

Return Value

noolean

at line 40
string get()

Get currency data

Return Value

string

at line 67
NumberFormatter getFormatter()

Get number formatter instance

Return Value

NumberFormatter

at line 78
array getIsoCode()

Get currency based on ISO 4217

Return Value

array

at line 103
string __toString()

Convert object to string

Return Value

string