How can we get second of the current time using date function?
Answers were Sorted based on User's Feedback
Answer / shanmuga
echo date('s');
This function will give the seconds of the current time.
| Is This Answer Correct ? | 52 Yes | 9 No |
What is difference between echo and print_r in php?
What is the function mysql_pconnect() useful for?
How long will it take to learn php?
Explain what does $_server means?
Why did you choose this particular career path?
How to strip whitespace (or other characters) from the beginning and end of a string?
How can I retrieve values from one database server and store them in other database server using PHP?
2 Answers DRC Systems, Photon,
How do I check if a given variable is empty?
What is the default time in seconds for which session data is considered valid?
What is php full form?
Do you know how to delete a file from the system?
What is default session time in php?