add(new DateInterval('P00D'));, 4.$currentDT->getTimezone(new DateTimezone('UTC'));">
Which of the following would produce an error: $currentDT=new DateTime();
Correct Answer: $newDT=clone $currentDT;
Explanation:
Note: This Question is unanswered, help us to find answer for this one
More PHP MCQ Questions