php-net-tutorial icon indicating copy to clipboard operation
php-net-tutorial copied to clipboard

include() and friends

Open philip opened this issue 13 years ago • 0 comments

The include language construct is used in nearly all code yet can be complicated/confusing to use. What is include_path? And how do the likes of include 'foo.php' and './foo.php' differ and depend on it? Should I ever use _once variants?

philip avatar Jul 05 '12 23:07 philip