

MCQOPTIONS
Saved Bookmarks
This section includes 2 Mcqs, each offering curated multiple-choice questions to sharpen your Php knowledge and support exam preparation. Choose a topic below to get started.
1. |
WHICH_ONE_OF_THE_FOLLOWING_STATEMENTS_IS_TRUE_FOR_INCLUDE_ONCE()_AND_REQUIRE_ONCE()??$ |
A. | Both are exactly the same |
B. | include_once is used for files where as require_once() is not |
C. | Both Handle the errors in the same way |
D. | Both do not handle the errors in the same way |
Answer» C. Both Handle the errors in the same way | |
2. |
Which of the following can you place inside a namespace? |
A. | classes |
B. | functions |
C. | variables |
D. | i) |
Answer» E. | |