07 2017 档案

摘要:<?php //这个类似用来获取访客信息的 //方便统计 class visitorInfo { //获取访客ip public function getIp() { $ip=false; if(!empty($_SERVER["HTTP_CLIENT_IP"])){ $ip = $_SERVER["HTTP_CLI... 阅读全文
posted @ 2017-07-27 10:08 佚小名 阅读(2177) 评论(0) 推荐(0) 编辑
摘要: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'); 阅读全文
posted @ 2017-07-26 17:24 佚小名 阅读(949) 评论(0) 推荐(0) 编辑
摘要:/** * 等比例生成缩略图 * @param $imgSrc * @param $resize_width * @param $resize_height * @param $isCut * @author james.ou 2011-11-1 */ public function reSizeImg($imgSrc, $resize_width, $resize... 阅读全文
posted @ 2017-07-06 18:17 佚小名 阅读(1883) 评论(0) 推荐(0) 编辑
摘要:/** * 将html内容转换为image图片 * @param $htmlcontent * @param $toimagepath * @author james.ou 2011-11-1 */ public static function html2image($htmlcontent, $toimagepath, $toimagewidth = '400', $to... 阅读全文
posted @ 2017-07-06 18:05 佚小名 阅读(7016) 评论(3) 推荐(0) 编辑

点击右上角即可分享
微信分享提示