Less than 1 minute
money_format
Replacement for the "built-in" PHP function money_format(), which isn't always built-in.
public money_format({Array})
Some systems, particularly Windows (also possible BSD) the built-in money_format() function will not be defined. This is because it's just a wrapper for a C function called strfmon() which isn't available on all platforms (such as Windows).
Parameters
Parameter | Type | Description |
---|---|---|
$format | string | The format specification, see |
$number | int | the number to be formatted |
Generated by Hazaar API Doc Generator