PHP动态包含文件的问题
index.php内容如下
<!-- Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ --><?php function a1() { require_once '_t.php'; } b1();
<!-- Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ --><?php function b1() { echo "dddddd"; }