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
Explain php split() function.
How do you debug php?
What is the difference between single-quoted and double-quoted strings in php?
How can you get web browser’s details using PHP?
What are the 3 types of sessions?
How you can update memcached when you make changes to php?
How can we make a constant in php?
Tell me what are the correct and the most two common way to start and finish a php block of code?
What does $_cookie mean?
Why die is used in php?
What is mvc in php?
Is age nominal or ordinal?
Does php class need constructor?
What is mysqli_real_escape_string?
What is a null coalescing operator in php7?