Give any ten basic functions in PHP?
Answer Posted / mahesh
1)getdate()//getting the current dates
2)ceil()//round to the next higher value.
3)floor()//rounds to the minimum value(killing the
fractional part)
4)round() round the value according to the fractional part
5)isset() checking for a setting condition
6)explode()// explode a string with the values given
7)print_r()prints trhe values of an array, also a variable
to an array
8)define()//define a value to a text...(Permanent)
9)header("Location: text.php)//jump to the location given
10)include()//include a file..
| Is This Answer Correct ? | 9 Yes | 1 No |
Post New Answer View All Answers
What do you mean by core php?
Write a hello world program using variable?
What is php compared to html?
Is empty function c++?
How to call a php function from html button?
How to register a variable in PHP session?
What is php call function?
What is zend studio for?
Write down the code for save an uploaded file using php?
Tell me how is it possible to remove escape characters from a string?
Is php an array?
what the new feature add in php 7.2?
What is factory pattern in php?
How does cookies work in php?
What the use of var_dump()?