PHP进阶2_include() function and require() function

The require() function is identical to include(), except that it handles errors differently.

The include() function generates a warning (but the script will continue execution) while the require() function generates a fatal error (and the script execution will stop after the error).

posted @ 2008-11-10 16:00  尚远  阅读(209)  评论(0)    收藏  举报