Vidyalelo
PHP · Q8

Date And Timestamp

Programming · PHP · question 8

Q8

What will be the output of the following PHP code? If say date is 22/06/2013.

A.
30
Answer
B.
22
C.
JUNE
D.
2013

Answer: Option A

Solution

Answer: Option A
Solution:
The t parameter is used to determine the number of days in the current month.