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 are the different tables(engine) present in mysql, which one is default?
What is php and why we use it?
Explain php parameterized functions.
What are differences between PECL and PEAR?
What is the difference between characters and #?
What is htaccess? Why do we use this and where?
Is wordpress a php framework?
Which is used to maintain the value of a variable over different pages?
What is the purpose of pear in php?
How do you define a constant?
Explain the difference between array_merge() and array_combine()?
What is the difference between htmlentities and htmlspecialchars in php?
Why is facebook still using php?
What is overloading in php?
What is mysql_fetch_row?