Home / CSE / PHP - CS :: Discussion

Discussion :: PHP - CS

  1. Which of the following functions do not return a timestamp?
    1. time()
    2. date()
    3. strtotime()
    4. localtime()
    5. gmmktime()

  2. A.

     Option 1 and 5

    B.

     Option 2 and 4

    C.

     Option 1 and 4

    D.

     Option 2 and 4

    View Answer

    Workspace

    Answer : Option D

    Explanation :

    Explanation Not Provided


Be The First To Comment