By - superajPosted in Web相关PHP判断输入是否为中文if (preg_match("/^[\x7f-\xff]+$/", $str)) { //兼容gb231 Read More
By - superajPosted in Web相关分段加载延长PHP页面执行的时间处理大数据的时候可以采用分段加载的方法 test.php limit一下数据 然后在执行一段后添加以下代码 e Read More
By - superajPosted in Web相关linux下定时执行PHP1 /etc/crontab文件 在/etc目录下有一个crontab文件,这里存放有系统运行的一些调度程序。 Read More
By - superajPosted in Web相关windows下PHP批量生成打包android程序APK服务器安装php环境 下载 android-sdk-windows 下载JDK 1.打开zip支持 c:/w Read More
By - superajPosted in Web相关PHP生成随机字符串的方法static function make_yqm($length = 5){ // 密码字符集,可任意添加你需 Read More
By - superajPosted in 服务器相关PHP smtp方式发送email<?php require("phpmailer/class.phpmailer.php"); $mai Read More