Mega Code Archive

 
Categories / Php / Functions
 

Formatting of Numeric Data

<?php $i = 123; $f = 12.567; echo "\$i = $i and \$f = $f\n"; ?>