Answer Posted / mahesh
$date = getdate()
Here $date prints as an Array.with current date and Time
| Is This Answer Correct ? | 24 Yes | 25 No |
Post New Answer View All Answers
What is env in laravel?
Explain what are the different errors in php?
Explain the difference between unlink() and unset()?
Can you give example for trait in php?
Does php have block scope?
Does php support inheritance?
What is the use of callback in php?
Write a program to find a string is palindrome or not?
Difference between mysql_connect and mysql_pconnect?
How do you access a get requests url parameter with php?
What is the difference between associative array and indexed array?
What is difference between action hook and filter hook?
What are the advantages of oops in php?
What is use of in_array() function in php?
Which is a perfect example of runtime polymorphism?