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

How can we set and destroy the cookie in php?

935


How to assigning a new character in a string using php?

1111


How to read and display a HTML source from the website url?

935


Are parent constructors called implicitly inside a class constructor?

915


Can we learn php without html?

945


How to find length of an array in php ?

998


How to connect to a url in php?

967


Which function is used to read a single character from a file in PHP.

1013


What is difference between session and cookie in PHP?

939


How failures in execution are handled with include() and require() functions?

990


How do you destroy a particular or all Sessions?

962


Is multiple inheritance supported in php?

968


How to get the position of the character in a string in php?

1054


Explain php split() function.

925


How cookies are trported from browsers to servers?

981