adplus-dvertising
frame-decoration

Question

What will be the output of the following PHP code? If say date is 22/06/2013.
<?php
    printf( date("t") )
    ?>

a.

30

b.

22

c.

JUNE

d.

2013

Posted under PHP

Answer: (a).30

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

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