"/>
Home / CSE / PHP - CS :: Discussion

Discussion :: PHP - CS

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

    <?php

    printf( date("t") )

    ?>

  2. A.

     30

    B.

     22

    C.

     JUNE

    D.

     2013

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    The t parameter is used to determine the number of days in the current month.


Be The First To Comment