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
What are the common uses of php?
What is html used for?
Explain the difference between require() and require_once()?
Do you know what is the difference between the include() and require() functions?
What is the meaning of die in php?
Which functions are used to remove whitespaces from the string?
How can we determine whether a php variable is an instantiated object of a certain class?
How to create database connection and query in php?
What is lazy loading in php?
Why does php need server?
What is explode() in php?
What is the use of session and cookies in php?
How does php serialize work?
Explain difference between urlencode and urldecode?
What is array filter php?