简单教程
提交运行
代码编辑器:
<?php function myTest($x) { echo $x; } myTest(5); echo '<p>PHP 基础教程 - 简单教程(www.twle.cn)</p>';
运行结果: