What is the exact Diff. between include_once() and
require_once() in PHP?
Answer Posted / basha
include_once -it file is not exist it displays warning
message and continue the program
in case of require_once-if the file is not exist it
displays fatal error and terminate the prgram
| Is This Answer Correct ? | 21 Yes | 21 No |
Post New Answer View All Answers
Do you know design patterns. List few?
What function should you use to join array elements with a glue string?
What is isset and unset in php?
Explain Whitespace Characters?
What does the unset() function mean?
How to block direct directory access in PHP?
What is php rest api?
How do I run php?
What are the advantages of indexes?
What is magic function in php?
What types of MYSQL function available for affecting columns
Is empty in php?
What is difference between put and post method in http?
How can we determine whether a php variable is an instantiated object of a certain class?
What is dao in php?