<?php $image = "jiequ.jpg"; // 原图 $imgstream = file_get_contents($image); $im…
/** * http请求处理类(基于CURL进行封装) * * @author Xiwei Ye * @version $Id$ */ class cls_http_request…
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -…
// 备份数据库 $host = "localhost"; $user = "root"; //数据库账号 $password = &quo…
/** * The generic DB access Class, Entry of all DB Access * Only PG is supported -- 201210…
// local file that should be send to the client $local_file = 'test-file.zip'; // filename…
/** * @PHP验证码类 * 使用方法: * $image=new Captcha(); * $image->config('宽度','高度','字符个数','验证码se…
define('ROOT','D:/Program Files/www/test/'); class Gd_Thumbnail_Tool{ protected static $im…
if (isset($_GET['dir'])){ //设置文件目录 $basedir=$_GET['dir']; }else{ $basedir = '.'; } $auto =…
function remove_xss($val) { // remove all non-printable characters. CR(0a) and LF(0b) and …
PHP汉字转换拼音 本文地址:http://bbs.it-home.org/thread-28985-1-1.html 内容来源:程序员之家(http://bbs.it-home.…
class Ender{ private $enkey;//加密解密用的密钥 //构造参数是密钥 public function __construct($key=''){ if(…