How can we get second of the current time using date function?
Answer Posted / shanmuga
echo date('s');
This function will give the seconds of the current time.
| Is This Answer Correct ? | 52 Yes | 9 No |
Post New Answer View All Answers
What does it mean when it says the csrf token is invalid?
How to find current date and time?
What are getters and setters php?
In PHP, fgets() is used to read a file one line at a time. State Whether True or False?
Is php still used?
What is filter_var?
Why do we use session?
How do you compare strings in java?
Explain the difference between unlink() and unset()?
Explain type casting and type juggling.
How can I load data from a text file into a table?
How do you find the length of a string in php?
Starting or restarting a computer is called
Explain me what is the difference between $_files['userfile']['name'] and $_files['userfile']['tmp_name']?
What is namespaces in PHP?