prefer require and include over thier _once counterparts
EDIT: added at request of commenter: because require_once requires checks to see if the file has been included before. Benchmark it yourself and you'll see its noticeably slower.
|
3 | added 187 characters in body | ||
|
prefer require and include over thier _once counterparts EDIT: added at request of commenter: because require_once requires checks to see if the file has been included before. Benchmark it yourself and you'll see its noticeably slower. |
||||
|
2 | added 3 characters in body | ||
|
use prefer require and include over thier _once counterparts |
||||
|
1 |
|
||
|
use require and include over thier _once counterparts |
||||