Which one of the following format parameter can be used to identify timezone? T E I N TRUE ANSWER : ? YOUR ANSWER : ?
Which function displays the web page’s most recent modification date? get_last_mod() lastmod() last_mod() getlastmod() 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 2013 30 JUNE TRUE ANSWER : ? YOUR ANSWER : ?
................ Formats a local time or date according to locale settings. stritime strgtime strhtime strftime TRUE ANSWER : ? YOUR ANSWER : ?
Which of the following statements can be used to set the time zone in individual scripts? date_set_default_timezone(‘Europe/London’); date_default_timezone(‘Europe/London’); date_default_timezone_set(‘Europe/London’); date_set_timezone(‘Europe/London’); TRUE ANSWER : ? YOUR ANSWER : ?
The date() function returns ___ representation of the current date and/or time. Integer Float Boolean String TRUE ANSWER : ? YOUR ANSWER : ?
If the format is F then which one of the following will be returned? Daylight saving time Day of month, without zeros Day of month, with leading zero Complete text representation of month TRUE ANSWER : ? YOUR ANSWER : ?
.......... Returns the time of sunrise for a given day / location. date_sunrise() datesunrise() date.sunrise() date-sunrise() TRUE ANSWER : ? YOUR ANSWER : ?
The getdate() function returns A Boolean An integer A string A floating-point number An array TRUE ANSWER : ? YOUR ANSWER : ?