require The require statement is used to include a file into the PHP code. require is identical to include except upon failure it will also produce a fatal E_COMPILE_ERROR level…
PHP – How does the `require_once` construct executes the code?
1 Article
1