What is the exact Diff. between include_once() and
require_once() in PHP?
Answer Posted / devendrarjadav
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 ? | 51 Yes | 27 No |
Post New Answer View All Answers
What is new static in php?
How to set session.gc_maxlifetime properly?
What is php beginner?
Which framework is best for php development?
What are the encryption techniques in php?
What is strcmp?
Code to upload a file in PHP?
What is php crud api?
Which function would you use to format date information in php?
What is the difference between nowdoc and heredoc?
Is php a mvc?
What was the old name of php?
Where is php code written?
What is php programming used for?
What does isset() function?