How can we get second of the current time using date function?
Answer Posted / rahul
$second = date('s');
echo $second;
| Is This Answer Correct ? | 3 Yes | 4 No |
Post New Answer View All Answers
What are interfaces in php?
Is learning php easy?
What is the use of curl()?
How do you identify independent and dependent variables in research?
can we swap two different string using php for example:-- before swapping:-- 1 string :-hello friend, 2 string :-my dear, after swapping that strings will be: 1.hello dear, 2.my friend.
What is difference between compile time and run time polymorphism?
Are react hooks stable?
How to convert strings in hex format?
What is use of in_array() function in php?
Difference between get and post method.
Can php run without apache?
Which software is best for php?
What is the scope of a variable defined outside a function?
Do while loops?
What is Mcrypt used for?