Interview Questions

How can we get second of the current time using date function?

PHP Interview Questions and Answers


(Continued from previous question...)

How can we get second of the current time using date function?

$second = date("s");

(Continued on next question...)

Other Interview Questions