摘要:
PHP生成指定大小随机图片 $image_width){ for ($i=$start; $i<$image_height * 2; $i+=$step) { imageline($img, 0, $i, $i, 0, $color); }}else{ for ($i=$start; $i<$im... 阅读全文
posted @ 2014-05-15 13:50 PHP-张工 阅读(1126) 评论(0) 推荐(0)
|
摘要:
PHP生成指定大小随机图片 $image_width){ for ($i=$start; $i<$image_height * 2; $i+=$step) { imageline($img, 0, $i, $i, 0, $color); }}else{ for ($i=$start; $i<$im... 阅读全文
posted @ 2014-05-15 13:50 PHP-张工 阅读(1126) 评论(0) 推荐(0) |
||