Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

what will do ceil() and floor() in PHP?

Answer Posted / saurabh rastogi

$var=7.5;
$c_var=ceil($var);

echo $c_var; // Outputs 8


$var=7.5
$c_var=floor($var);

echo $c_var; // Outputs 7

Is This Answer Correct ?    29 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain about PHP cookies?

1111


How is it possible to return a value from a function?

1071


Is it possible to use com component in php?

1031


How to include variables in double-quoted strings in php?

1013


What is session in c#?

1035


Explain about the data types in PHP?

1029


Do you know how can we check the value of a given variable is a number?

975


Tell me when a conditional statement is ended with an endif?

946


What are the rules to declare a php variables?

1251


Xplain is it possible to use com component in php?

998


Is json a string php?

1024


How to fix "headers already sent" error in php

1119


Explain how to submit form without a submit button.

1013


How to register a variable in PHP session?

1008


Tell me what is the difference between exception::getmessage and exception::getline?

956