2009
11-12
11-12
php面向过程开发6--函数 NEW
/* * Created on 2009-9-28 *TTF电脑教程网--www.ttfgo.cn * PHP小型项目开发练习--php面向过程开发6--函数 * Window - Preferences - PHPeclipse - PHP - Code Templates */ ˂?php function php( ) //自定义函数 { echo "我是函数"; } if(function_exists("php")) //判断函数是否存在 { echo...
Read More >