Files
php_8/strings/printf_float.php
2022-05-07 17:26:05 +03:00

5 lines
102 B
PHP

<?php
echo '<pre>';
printf('%8.2f\n', 1000.45684); // 1000.46
printf('%.2f\n', 12.92869); // 12.93