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
Explain php split() function.
Is php used in 2019?
How do I display php errors?
What is meant by urlencode and urldecode?
What does $globals means?
is that "enumerated array" equal to "numeric array"?
List data types in PHP?
Describe session in php.
How to call javascript function in php without any event?
What are escaping characters? Explain with an example?
How to create a web form?
What is rtrim php?
What does the unset() function mean?
Tell me what is htaccess?
Which php framework is in demand?