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 an anti csrf token?
What the use of var_dump()?
How to access a specific character in a string using php?
What are classes in php?
What is ltrim?
How to turn on the session support in php?
What are the advantages of stored procedures?
What does $_env mean?
How is it possible to know the number of rows returned in result set?
What is the difference between associative array and indexed array?
What does pear stand for?
Explain about PHP filter and why it should be used?
How to specify argument default values?
How to open standard output as a file handle?
How do you remove duplicates from an array?