A

Admin • 833K Points
Coach

Q. Which function can be used to include and evaluate a specified file during runtime?

  • (A) include()
  • (B) require()
  • (C) include_once()
  • (D) All of the above
  • Correct Answer - Option(D)
  • Views: 27
  • Filed under category PHP
  • Hashtags:

Explanation by: Admin

include(), require(), and include_once() all include files, with some differences in behavior.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.