What are the differences between include() and include_once
() functions?
Answer Posted / anjali ashok arote
include()function is more time consuming because of redeclaration is more in include() file ...
where as include_once()function only declare one time...
in include()function refreshment of file is needed many time
but in include_once()function refreshment of page is only one time
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is difference between Method overriding and overloading in PHP?
What type of language is php?
Explain Type hinting in PHP?
Does https prevent csrf?
What is php oop?
What is new keyword in php?
What is the use of return in php?
What are access specifiers?
Do you know what is the difference between the include() and require() functions?
How to create a table using php?
How to calculate the difference between two dates using php?
Is PHP an open source software?
What is an abstract class in php?
What is the use of Mbstring?
What is the correct syntax of mail() function in php?