久久久久久久av_日韩在线中文_看一级毛片视频_日本精品二区_成人深夜福利视频_武道仙尊动漫在线观看

PHP中include和require的區別實例分析

網上太多關于PHP中include與require區別。然而事實真的如此嗎,今天我們就通過一個具體的實例來簡單分析驗證下

先編輯command.php文件

echo 'hello'.PHP_EOL;

然后編輯console.php文件

for($i=1;$i<=3;++$i){
	require 'command1.php';
}

原本想要包含并執行這個echo,沒想到寫錯了文件名,如果是require,會報出這樣的錯誤:

Warning: require(command1.php): failed to open stream: No such file or directory in console.php on line 4

Fatal error: require(): Failed opening required 'command1.php' (include_path='.') in console.php on line 4
PHP Warning: require(command1.php): failed to open stream: No such file or directory in console.php on line 4
PHP Fatal error: require(): Failed opening required 'command1.php' (include_path='.') in console.php on line 4

如果把require改為include

for($i=1;$i<=3;++$i){
	include 'command1.php';
}

會報出這樣的錯誤:

Warning: include(command1.php): failed to open stream: No such file or directory in console.php on line 4

Warning: include(): Failed opening 'command1.php' for inclusion (include_path='.') in console.php on line 4

Warning: include(command1.php): failed to open stream: No such file or directory in console.php on line 4

Warning: include(): Failed opening 'command1.php' for inclusion (include_path='.') in console.php on line 4

Warning: include(command1.php): failed to open stream: No such file or directory in console.php on line 4

Warning: include(): Failed opening 'command1.php' for inclusion (include_path='.') in console.php on line 4
PHP Warning: include(command1.php): failed to open stream: No such file or directory in console.php on line 4
PHP Warning: include(): Failed opening 'command1.php' for inclusion (include_path='.') in console.php on line 4
PHP Warning: include(command1.php): failed to open stream: No such file or directory in console.php on line 4
PHP Warning: include(): Failed opening 'command1.php' for inclusion (include_path='.') in console.php on line 4
PHP Warning: include(command1.php): failed to open stream: No such file or directory in console.php on line 4
PHP Warning: include(): Failed opening 'command1.php' for inclusion (include_path='.') in console.php on line 4

如果使用require_once或者include_once,只要包含路徑正確,那么循環只執行一次。

總結:

使用require,如果文件沒有包含成功,就會報出一個fatal error,整個程序就中止了。

使用include,如果文件沒有包含成功,就會報出一個普通的warning,之后的代碼仍會執行。

如果你的Web程序使用了MVC這種對文件包含強依賴的設計方法,請使用require_once。

【網站聲明】本站除付費源碼經過測試外,其他素材未做測試,不保證完整性,網站上部分源碼僅限學習交流,請勿用于商業用途。如損害你的權益請聯系客服QQ:2655101040 給予處理,謝謝支持。

相關文檔推薦

主站蜘蛛池模板: 最新日韩在线视频 | 高清av一区 | 韩日一区二区 | 日韩不卡在线观看 | 一级毛片高清 | 日韩一区二区黄色片 | 日韩在线视频一区二区三区 | 欧美一区二区三区在线观看 | 亚洲 欧美 激情 另类 校园 | 日韩高清国产一区在线 | xxxxxx国产 | av永久免费| 日韩精品中文字幕一区二区三区 | 中文字幕日韩欧美 | 日韩午夜电影在线观看 | 亚洲精选一区 | 特黄特色大片免费视频观看 | 国产精品s色 | 国产精品成人一区二区三区 | 欧美一区永久视频免费观看 | 伊人影院99 | 日韩精品免费一区二区在线观看 | 日韩在线中文字幕 | 狠狠躁天天躁夜夜躁婷婷老牛影视 | 亚洲欧美另类在线观看 | 午夜影院普通用户体验区 | 欧美亚洲视频在线观看 | 女同久久 | 国产精品午夜电影 | 精品久久久久久久久久久下田 | 亚洲精品永久免费 | 在线观看av网站永久 | 国产视频久久久久 | 亚洲天天干 | 黄色一级大片在线免费看产 | 中文字幕在线视频一区二区三区 | 国产日韩精品在线 | 日韩在线 | 久热免费在线 | 日韩成人影院 | 久草在线高清 |