How can we get second of the current time using date function?
Answer Posted / rahul
$second = date('s');
echo $second;
| Is This Answer Correct ? | 3 Yes | 4 No |
Post New Answer View All Answers
What is $_ files in php?
What beforeFilter() is used?
What do you use php for?
Which is better session or cookie?
How to genrate report in wordpress cms
What is a comment in php?
Is php closing tag necessary?
Explain the difference between mysql_connect and mysql_pconnect?
Explain about the data types in PHP?
How error handling is being handled by php?
What is a collection in php?
Define soundex()?
What are traits?
How long is a php session valid?
How can you declare the array in php?