Snippets tagged “sprintf”
2 snippets use this tag.
- Generating a random hex color code with PHPPHP
You can use the dechex function in PHP to convert a random number to a hexadecimal value, and then use that value as a color code.
- 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.