Functions - Study Mode

[#6] . . . . returns a new DateTime object.
Correct Answer

(B) date_create()

[#7] It is always necessary to use parentheses with the print function.
Correct Answer

(B) False

[#8] Returning values from functions may include .....
Correct Answer

(C) Both A & B

[#9] The arguments in a function are evaluated from .....
Correct Answer

(A) left to right

[#10] strlen() returns the length of the string on success and . . . . if the string is empty.
Correct Answer

(D) 0