PHP在线手册http://www.phpx.com/php/zh/PHP编程标准http://www.phpe.net/html/php_coding_standard_cn.htmlPHP函数总览www.phpx.com/php/zh/funcref.htmlPHP函数索引http://www.phpe.net/manual/index.functions.php...
http://www.jb51.net//article/5306.htm
1,在函数中,传递数组时使用return比使用global要高效比如functionuserloginfo($usertemp){$detail=explode("|",$usertemp);return$detail;}$login=userloginfo($userdb);比functionuserloginfo($usertemp){global$detail;$detail=explode("|",$usertemp);}userloginfo($userdb); 要高效2,(这个代码用于得到程序目录对应的网址,推荐使用)$urlarray=explode('/',$HTTP...
http://www.jb51.net//article/1737.htm
共有:2/10,当前1/1页
[首页] [上一页]
1
[下一页] [尾页]
转到:
