What is the exact Diff. between include_once() and
require_once() in PHP?
Answer Posted / kedar haldikar
If the file specified with include_once() is not exist then
system displays warning where in the case of require_once()
system displays Fatal error in the client browsers window.
| Is This Answer Correct ? | 4 Yes | 9 No |
Post New Answer View All Answers
What is $globals php?
How to check a variable is array or not in php?
What is the scope of a variable defined in a function?
What is the difference between single-quoted and double-quoted strings in php?
What type of comments are supported by PHP.
What distinguishes php from something like client side java script?
What is csrf token and how it works?
What are php data types?
What does $globals means?
How to get the length of string?
How do I run a php script in windows?
Tell me how to find the position of the first occurrence of a substring in a string?
What are the different types of PHP arrays?
How can I learn php fast?
Can constructor be private in php?