1. 首页
  2. 数据库
  3. 其它
  4. php图片缩放实现方法

php图片缩放实现方法

上传者: 2020-12-21 17:45:08上传 PDF文件 28.22KB 热度 16次
php基础练习–图片缩放:复制代码 代码如下:<?php /** * image zoom. */ function imageZoom($filename, $w, $h) { /* Arguments meaning */ /* $filename: the source of the name */ /* $w: you want get the image’s width */ /* $h: you want get the imgage’s height */ $arr = getim
用户评论