How can we get second of the current time using date function?
Answer Posted / shanmuga
echo date('s');
This function will give the seconds of the current time.
| Is This Answer Correct ? | 52 Yes | 9 No |
Post New Answer View All Answers
What is the difference between query and question?
How can image properties be retrieved in php?
What is php in full?
What is asort php?
What is polymorphism in php?
Explain $_FILES Superglobal Array?
How is the ternary conditional operator used in php?
What is php sequence?
Where do I run php code?
Why post method is used in php?
What is cURL in PHP?
Write a program to find a string is palindrome or not?
Tell me what is the meaning of a final class and a final method?
What is active record in php?
What is array and function?