Answer Posted / nikunj
ceil() func. gives nearest max values of passing value.
floor() func. gives nearest min values of passing value.
see above example
| Is This Answer Correct ? | 14 Yes | 2 No |
Post New Answer View All Answers
What is session in php w3schools?
How do I run a php file?
How does cookies work in php?
Which array function checks if the particular key exists in the array?
What is final keyword in php?
What are the differences between GET and POST methods in form submitting?
What are the characteristics of php?
Explain me what is x+ mode in fopen() used for?
What is phpsessid?
Is php deprecated?
Write syntax to open a file in php?
What is the use of the function 'imagetypes()'?
What are the two types of variables?
What is the use of token in php?
Explain the value of the variable input is a string 1,2,3,4,5,6,7. How would you get the sum of the integers contained inside input?