Internee PHP Developer Question:

How to get second of the current time using date function?

Tweet Share WhatsApp

Answer:

<?php
$second = date(“s”);
?>

Read All 75 Internee PHP Developer Questions
Previous QuestionNext 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?