PHPCodez
Search
Primary Menu
Skip to content
PHP
Magento
Javascript
HTML
My SQL
Functions
WordPress
Plugins
Joomla
Linux
jQuery
Profile
comments
Search for:
PHP
ceil
May 3, 2012
Pramod T P
It round the fractions up
Example
<?php
echo ceil(5.2);
?>
Output
6
Post navigation
Previous Post
bindec
Next Post
cos
Beginners' Guide