Answer Posted / rohit
echo date("d-M-Y",time());
| Is This Answer Correct ? | 51 Yes | 9 No |
Post New Answer View All Answers
What is a null coalescing operator in php7?
What is the use of return in php?
How to convert a string to lowercase in php?
What is the default time in seconds for which session data is considered valid?
Why echo is faster than print in php?
How can we define a variable accessible in functions of a php script?
Tell me what is the difference between unset() and unlink()?
What is php mean?
What is the difference between == and === in php?
What is data abstraction in php?
How many ways to include array elements in double-quoted strings using php?
How to check a variable is array or not in php?
Tell us how can we access the data sent through the url with the post method?
What does $_env means?
What is difference between required and require_once in php?