GP勿忘心安.

导航

随笔分类 -  PHP

PHP
摘要:PHP include vs. require require 语句同样用于向 PHP 代码中引用文件。 不过,include 与 require 有一个巨大的差异:如果用 include 语句引用某个文件并且 PHP 无法找到它,脚本会继续执行: 阅读全文

posted @ 2016-04-24 10:40 Bug__Killer 阅读(132) 评论(0) 推荐(0)