Tuesday, June 25, 2013

REQUIRE_ONCE vs INCLUDE_ONCE

REQUIRE_ONCE vs INCLUDE_ONCE

The require_once() statement is identical to require() except PHP will check if the file has already been included, and if so, not include (require) it again

No comments:

Post a Comment