例如,如果我有:
header part(header.php)
footer part(footer.php)
list of functions (functions.php)
list of constants (constants.php)
connect to database part(connection.php)
footer part + close the connection part(footer.php)
在这些示例中,我应该使用include
,require
还是require_once
请注意为什么?