php函数 要看的
php函数 要看的 strtoupper strtoupper -- Make a string uppercase strtolower strtolower -- Make a string lowe
2021-12-07 13:27
136 
php函数 要看的
1,microtime -- 返回当前 Unix 时间戳和微秒数 1. 用 microtime() 对脚本的运行计时 2,list list -- 把数组中的值赋给一些变量 说明 vo
2021-12-07 13:27
167 
php函数 要看的
method_exists method_exists -- 检查类的方法是否存在 描述 bool method_exists ( object object, string method_name ) 如果
2021-12-07 13:27
109 
php接受checkbox多选框值
篮球 足球 乒乓球 排球
2021-12-07 13:27
98 
php内置操作mysql的函数 要看的
mysql_affected_rows mysql_affected_rows -- 取得前一次 MySQL 操作所影响的记录行数 例子 1. mysql_affected_rows() 例子 $link =
2021-12-07 13:27
169 
PHP开发技巧
分享PHP技术开发技巧 本文档的阅读对象是有一定经验的PHP程序员,文档中将介绍在PHP开发中的一些开发技巧,希望能对读者有一定的启发。   1. 提高PHP的运行效率   PHP的优点之一是速度很快,对于
2021-12-07 13:27
99 
php ubb
function inserttag(topen,tclose){ var themess = document.getElementById(con);//编辑对象 themess.focus();
2021-12-07 13:27
103 
php mysql类函数
class mysql{ private $host; private $name; private $pass; private $table; private $ut; function __cons
2021-12-07 13:27
94 
T:0.036007s,M:426.04 KB
返回顶部 留言