Chinaunix首页 | 论坛 | 博客
  • 博客访问: 422351
  • 博文数量: 78
  • 博客积分: 1563
  • 博客等级: 上尉
  • 技术积分: 910
  • 用 户 组: 普通用户
  • 注册时间: 2006-04-25 09:58
个人简介

爬虫

文章分类

全部博文(78)

文章存档

2020年(1)

2016年(1)

2015年(9)

2014年(1)

2013年(8)

2012年(6)

2011年(3)

2010年(4)

2008年(8)

2007年(13)

2006年(24)

我的朋友

发布时间:2013-10-24 11:00:52

/** * * @convert BMP to GD * * @param string $src * * @param string|bool $dest * * @return bool * */function bmp2gd($src, $dest = false){    /*** try to open the file for reading ***/    if(!($src_f = fopen($src, ".........【阅读全文】

阅读(713) | 评论(0) | 转发(0)

发布时间:2013-10-24 09:50:19

<?phpclass AddWaterPress{//定义类文件function getExtendsName($fileName){//获取上传图片后缀   return strtolower(strstr($fileName, "."));//返回图片后缀}function getImageRes($extendsName, $imageUrl){//根据上传图片的后缀,和上传文件的路径新建图像switch($extendsName).........【阅读全文】

阅读(772) | 评论(0) | 转发(0)
给主人留下些什么吧!~~

chinaunix网友2008-07-18 16:33

feng1001001.cublog.cn

回复 |  删除 |  举报
留言热议
请登录后留言。

登录 注册