1.http://msdn.itellyou.cn/ MSDN- 我告诉你 2.http://download.chinaprj.cn/ 书籍站点 3.http://www.zendstudio.net/zend-studio-all-in-one-download/ php资源站点
PHP 计算页面执行时间 <?phpheader("Content-Type:text/html;charset=utf-8");class RunTime{ public $StartTime = 0; &nb
1. 截取GB2312中文字符串 a.截取中文字符串 <?php function mysubstr($str, $start, $len) { $tmpstr = ""; &
利用base64原理,在Java编写base64_encode函数,在php端解析,可以做到一劳永逸。 package com.webservices;public class Base64_Encode { //对应php里的 base64_decode 方法 &n
Copyright © 2005-2025 51CTO.COM 版权所有 京ICP证060544号