require_once – PHP Reference Book Blog https://phpreferencebook.com/ PHP Reference: Beginner to Intermediate PHP5 Sun, 01 Oct 2017 17:21:19 +0000 en-US hourly 1 https://wordpress.org/?v=4.9.13 Language constructs vs functions in Control Structures https://phpreferencebook.com/clarifications/language-constructs-vs-functions-in-control-structures/ Wed, 30 Apr 2008 05:30:56 +0000 https://phpreferencebook.com/?p=11 require(), require_once(), include(), include_once()

(pgs. 31-32)

Throughout the noted pages and scattered in a few other places, the above four are referred to as functions, when technically they are considered language constructs. While minor, it should still be clarified. All the functionality and examples are accurate, just some terminology clarifications.

]]>