Snippets tagged “number-format”
1 snippet uses this tag.
- PHP float with 2 decimal places: .00PHP
To format a float to have 2 decimal places in PHP, you can use the number_format() function.
1 snippet uses this tag.
To format a float to have 2 decimal places in PHP, you can use the number_format() function.