MCQOPTIONS
Bookmark
Saved Bookmarks
→
Php
→
Online Quiz in Php
→
What will be the output of the following PHP code?..
1.
What will be the output of the following PHP code?
A.
TRUE
B.
FALSE
C.
Valid
D.
Invalid
Answer» E.
Show Answer
Discussion
No Comment Found
Post Comment
Related MCQs
*$_What will be the output of the following code? If say date is 22/06/2013.<?php echo "Today is ".date("F d, Y")?>?
*/*_What will be the output of the following PHP code if date is 24/02/2008?<?php$date = new DateTime();echo $date->format('l,F,js,Y')?>?
*/*_To create an object and set the date to JUNE 22, 2013, which one of the following statement should be executed??
*/*_Which method enables you to calculate whether daylight saving time is in force at a specific date and time??
_ If the format is F then which one of the following will be returned?$?
__Which of the following is the right way to use the DateTime class?__
__Say you want to calculate the date 45 days from the present date which one of the following statement will you use?__
__Which of the following statements can be used to add two months to the existing date?__
_Which one of the following format parameter can be used to identify timezone?$?
Which method is simply an object-oriented version of date()?$?
Reply to Comment
×
Name
*
Email
*
Comment
*
Submit Reply