PHPCodez
Search
Primary Menu
Skip to content
PHP
Magento
Javascript
HTML
My SQL
Functions
WordPress
Plugins
Joomla
Linux
jQuery
Profile
comments
Search for:
PHP
round
May 3, 2012
Pramod T P
It rounds a float
Example
<?php
echo round(17.7);
?>
Output
18
Post navigation
Previous Post
rand
Next Post
sin
Beginners' Guide