Internee PHP Developer Question:
Download Job Interview Questions and Answers PDF
How to get second of the current time using date function?
Answer:
<?php
$second = date(“s”);
?>
$second = date(“s”);
?>
Download Internee PHP Developer Interview Questions And Answers
PDF
Previous Question | Next Question |
Tell us what does a special set of tags <?= and ?> do in PHP? | Tell me how to run the interactive PHP shell from the command line interface? |