专注于互联网--专注于架构

最新标签
网站地图
文章索引
Rss订阅
<?php/* Function Written by Nelson Neoh @3/2004. For those who wants to utilize this code, please do not remove this remark. If you have done any enhancement to this code, please post the copy at http://www.dev-club.com PHP board. Thank you.Function usage: calendar(Month,Year)*/ [阅读全文] [PDF]
  要使用PHP生成图片缩略图,要保证你PHP服务器安装了GD2图形库  使用个类生成图片缩略图,类源码见下文  此类思路方法:  $resizeimage=resizeimage("图片源文件地址","200","100","0","缩略图地址");  //就只用上面句话,就能生成缩略图,其中,源文件和缩略图地址可以相同,200,100分别代表宽和高  //使用如下类就可以生成图片缩略图,  [php]<?phpresizeimage{  //图片类型 [阅读全文] [PDF]
1 共2条 分1页