require_once
require_once
The expression is identical to
except PHP will check if the file has
already been included, and if so, not include (require) it again.
require_once``require
See the documentation for information
about the behaviour, and how it differs from
its non siblings.
include_once``_once``_once