State whether the following file inclusion statements are True or False.i) If a file has already been included, include_once( ) will not execute.ii) After require_once( ) is encountered, any subsequent attempts to include the same file will be ignored.

🎲 Try a Random Question  |  Total Questions in Quiz: 36  |  🧠 Study this quiz with Flashcards
This question is part of a full practice quiz:
Practice Test: PHP Basics — practice the complete quiz, review flashcards, or try a random question.


State whether the following file inclusion statements are True or False.<br>i) If a file has already been included, include_once( ) will not execute.<br>ii) After require_once( ) is encountered, any subsequent attempts to include the same file will be ignored.