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 is data structure in php?
Can we learn php without html?
How to find length of an array in php ?
Explain how can php and javascript interact?
Which php mvc framework is best?
What is difference between count or sizeof function in php?
What is namespace in php?
Explain the advantages of using PHP?
Explain about require and include function?
Which is better #define or enum?
What are the variables in php?
How variables are passed through arguments?
is that "enumerated array" equal to "numeric array"?
What do you mean by having php as whitespace insensitive?
Explain PHP looping?