简单教程
提交运行
代码编辑器:
<?php function test() { echo '函数名为:' . __METHOD__ ; } test(); echo '<p>PHP 基础教程 - 简单教程(www.twle.cn)</p>';
运行结果: