What is the exact Diff. between include_once() and
require_once() in PHP?
Answer Posted / izhar aazmi
Include => Include the said file during execution...
Require => Require the said file for the execution...
As in english "require" mandatory inclusion is expected and
hence, on failure execution shall halt with fatal error...
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is explode() in php?
Why is php used for web development?
Under what circumstance is it impossible to assign a default value to a parameter while declaring a function?
What is ci in php?
How you can update memcached when you make changes to php?
What is the difference between php 5 and php 7?
How do you measure variables?
How can you send http header to the client in php?
What is difference between explode() or split() in PHP?
List the different types of print functions available in php?
What is difference between session_unset and session_destroy?
What is a php namespace?
What is the use of die in php?
What is the meaning of php?
What language is similar to php?