3.6. Function reference
3.6.19. money()
3.6.18. lower()
« Previous
3.6.20. nl2br()
Next »

3.6.19. money()

Referencestring money(float $amount, string $format)

Formats the specified number $amount in order to be a valid money amount string. The $format defines the format and the detailed description of available codes can be found in the PHP manual.

This function can operate also on a container of strings, operating on them all and returning the modified container.

The behavior of this function depends on the current script locale.

This function is not available the systems without strfmon capabilities. This definition includes Microsoft Windows operating system family.

3.6.19. money()
3.6. Function reference
« Previous
3.6.18. lower()
Next »
3.6.20. nl2br()