1 Answers
Answer: Option 2
require() and require_once() are actually statements, not functions. This means that you can omit the brackets when using them.
5 views
Answered
Answer: Option 2
require() and require_once() are actually statements, not functions. This means that you can omit the brackets when using them.