Q. Which PHP return type indicates no value is returned?
β
Correct Answer: (C)
void
Explanation: void specifies that a function returns no value.