Among the four PHP DateTimeZone classes given below how many are static?<br/>1. listAbbreviations()<br/>2. getName()<br/>3. getOffset()<br/>4. listIdentifiers() 2 1 4 3 TRUE ANSWER : ? YOUR ANSWER : ?
................ Formats a local time or date according to locale settings. stritime strftime strhtime strgtime TRUE ANSWER : ? YOUR ANSWER : ?
What will be the output of the following code?<br/>If say date is 22/06/2013.<br/>echo "Today is ".date("F d, Y") Today is June 22, 2013 Today is 06-22-2013 Today is 22 June, 2013 Today is 22-06-2013 TRUE ANSWER : ? YOUR ANSWER : ?
Which of the following functions do not return a timestamp?<br/>1. time()<br/>2. date()<br/>3. strtotime()<br/>4. localtime()<br/>5. gmmktime() Option 1 and 5 Option 2 and 4 Option 1 and 4 Option 2 and 4 TRUE ANSWER : ? YOUR ANSWER : ?
Say you want to calculate the date 45 days from the present date which one of the following statement will you use? totime(“+45 days”) strtotime(“+45 days”) totime(“+45”) strtotime(“-45 days”) TRUE ANSWER : ? YOUR ANSWER : ?
What will be the output of the following PHP code?<br/>If say date is 22/06/2013.<br/>printf( date("t") ) 22 30 JUNE 2013 TRUE ANSWER : ? YOUR ANSWER : ?
................Checks a date for numeric validity. checkdate Verify_date verifydate check_date TRUE ANSWER : ? YOUR ANSWER : ?
Which one of the following format parameter can be used to identify timezone? E N I T TRUE ANSWER : ? YOUR ANSWER : ?