<?php
printf("%.f\n", 3.1415926535);
printf("%.0f\n", 3.1415926535);
printf("%.6f\n", 3.1415926535);
?>
PHP 8.3.6 (cli) (built: Mar 19 2025 10:08:38) (NTS)
Copyright (c) The PHP Group
Zend Engine v4.3.6, Copyright (c) Zend Technologies
with Zend OPcache v8.3.6, Copyright (c), by Zend Technologies