07 2017 档案
摘要:<?php //这个类似用来获取访客信息的 //方便统计 class visitorInfo { //获取访客ip public function getIp() { $ip=false; if(!empty($_SERVER["HTTP_CLIENT_IP"])){ $ip = $_SERVER["HTTP_CLI...
阅读全文
摘要:select id,name from htms_center_freight_users where id in(114,112,91,223,134) order by find_in_set(id,'114,91,223,134,112');
阅读全文
摘要:/** * 等比例生成缩略图 * @param $imgSrc * @param $resize_width * @param $resize_height * @param $isCut * @author james.ou 2011-11-1 */ public function reSizeImg($imgSrc, $resize_width, $resize...
阅读全文
摘要:/** * 将html内容转换为image图片 * @param $htmlcontent * @param $toimagepath * @author james.ou 2011-11-1 */ public static function html2image($htmlcontent, $toimagepath, $toimagewidth = '400', $to...
阅读全文