📅  最后修改于: 2022-03-11 14:54:21.054000             🧑  作者: Mango
The require and include functions do the same task, i.e. includes and evaluates the specified file, but the difference is require will cause a fatal error when the specified file location is invalid or for any error whereas include will generate a warning and continue the code execution