How to get seconds from current date using date function ?
Answer Posted / kumaresan
date("s")
| Is This Answer Correct ? | 13 Yes | 2 No |
Post New Answer View All Answers
Tell me what is the main difference between require() and require_once()?
Tell me how do I check if a given variable is empty?
What is a null coalescing operator in php7?
What is the difference between for and foreach?
What is php static function?
Do you know what is the differences between $a != $B and $a !== $B?
What is the use of addslashes in php?
Which is not a php magic constant?
What is overloading and overriding in php?
What does php mean?
What is php form validation?
How does php isset work?
What is basename php?
Tell me what is the use of isset() in php?
How can we enable error reporting in php?