PHP Date and Timestamp
Say you want to calculate the date 45 days from the present date which one of the following statement will you use?

strtotime(“+45 days”)
totime(“+45”)
totime(“+45 days”)
strtotime(“-45 days”)

ANSWER DOWNLOAD EXAMIANS APP

PHP Date and Timestamp
What is the difference, in seconds, between the current timestamp in the GMT time zone and the current timestamp in your local time zone?

None of these
The two will only match if the local time zone is GMT
There is no difference
It depends on the number of hours between the local time zone and GMT
The two will never match

ANSWER DOWNLOAD EXAMIANS APP