The difference is reqire_once will through a fatal error if you include a same file again
Thursday, April 1, 2010
Difference between include_once and require_once in php
Include_once will include a file only one time. If we call it again it will not include.
Labels:
differences,
functions
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment