yipeiwu_com6年前
复制代码 代码如下: <html> <head> <title>无刷新上传文件</title> <meta Conten...
yipeiwu_com6年前
复制代码 代码如下:<?php //本功能主要是利用文件修改时间函数filemtime与现在时间作减法判断是否更新内容。 $cahetime=2;//设置过期时间 $cahefil...
yipeiwu_com6年前
复制代码 代码如下: include 'mysql.php'; $mysql= mysql::getObject(); $mysql->query("SELECT * FROM p...
yipeiwu_com6年前
1、下载libiconv函数库http://ftp.gnu.org/pub/gnu/libiconv/libiconv-1.9.2.tar.gz; 2、解压缩tar -zxvf libi...
yipeiwu_com6年前
参考phpinfo的信息,iconv模块也已经正确加载。 google一下。原来才知道,原来在linux版本下iconv这个方法还是有点下下问题的。 csdn上的一个网友给出的解决方案为...
yipeiwu_com6年前
其实这个没什么技术含量,当然就直接贴代码,不废话了, 但是在其实开发中还是蛮有用的,譬如论坛帖子,围脖等都有相关应用 复制代码 代码如下: function tranTime($time...
yipeiwu_com6年前
开始: 复制代码 代码如下: public function executeRegistrantsToCsv(){ $id = $this->getRequestParameter...
yipeiwu_com6年前
Three easy steps 1) configure function Add an input for each field you want to include in you...
yipeiwu_com6年前
复制代码 代码如下: $url = ‘http://www.baidu.com'; $ch = curl_init(); $timeout = 10; curl_setopt ($ch,...
yipeiwu_com6年前
复制代码 代码如下: //判断远程文件 function check_remote_file_exists($url) { $curl = curl_init($url); // 不取回...