相关文章
php下使用iconv需要注意的问题
string iconv ( string $in_charset , string $out_charset , string $str ) 在使用这个函数进行字符串编码转换时,需要注...
探讨PHP使用eAccelerator的API开发详解
1、API和文档说明:eAccelerator提供了便捷便捷而又稳定的本机缓存实现方式,由于大部分代码实现基于共享内存,所以只能在*nix平台中使用,Windows平台Michael就暂...
PHP 常用时间函数资料整理
php常用的时间函数 测试环境:php5.3.29 unix时间戳(从Unix 纪元(January 1 1970 00:00:00 GMT)到给定时间的秒数。)。以下简称时间戳。 返回...
php上传图片之时间戳命名(保存路径)
html代码: <div id="images" style="width:250px;height:120px;background:#fff;border:1px soli...
php生成zip压缩文件的方法详解
复制代码 代码如下:require_once "./include/zip.php"; $zip = new PHPZip(); //$zip -> createZip("要压缩的...

