摘要:
$p = $v; } } public function __get($p) { if(property_exists($this, $p)){ return $this -> $p; } } //开始绘制验证码 public function makeImage() ... 阅读全文
posted @ 2018-10-08 19:04
醉风云
阅读(283)
评论(0)
推荐(0)
摘要:
<?php //1. 绘制图像资源(创建一个画布) $image = imagecreatetruecolor(500, 300); //2. 先分配一个绿色 $green = imagecolorallocate($image, 22, 153, 0); //3. 使用绿色填充画布 imagefill($image, 0, 0, $green); //4. 在画布中绘制图像 $bai = i... 阅读全文
posted @ 2018-10-08 19:03
醉风云
阅读(12502)
评论(0)
推荐(0)
摘要:
<?php //1. 绘制图像资源(创建一个画布) $image = imagecreatetruecolor(500, 300); //2. 先分配一个绿色 $green = imagecolorallocate($image, 22, 153, 0); //3. 使用绿色填充画布 imagefill($image, 0, 0, $green); //4. 在画布中绘制图像 $bai = i... 阅读全文
posted @ 2018-10-08 19:02
醉风云
阅读(345)
评论(0)
推荐(0)
摘要:
<?php //1. 绘制图像资源(创建一个画布) $image = imagecreatetruecolor(500, 300); //2. 先分配一个绿色 $green = imagecolorallocate($image, 22, 153, 0); //3. 使用绿色填充画布 imagefill($image, 0, 0, $green); //4. 在画布中绘制图像 $bai = i... 阅读全文
posted @ 2018-10-08 19:01
醉风云
阅读(981)
评论(0)
推荐(0)
摘要:
<?php //1. 绘制图像资源(创建一个画布) $image = imagecreatetruecolor(500, 300); //2. 先分配一个绿色 $green = imagecolorallocate($image, 22, 153, 0); //3. 使用绿色填充画布 imagefill($image, 0, 0, $green); //4. 在画布中绘制图像 $bai = i... 阅读全文
posted @ 2018-10-08 19:00
醉风云
阅读(995)
评论(0)
推荐(0)
摘要:
<?php //1. 绘制图像资源(创建一个画布) $image = imagecreatetruecolor(500, 300); //2. 先分配一个绿色 $green = imagecolorallocate($image, 22, 153, 0); //3. 使用绿色填充画布 imagefill($image, 0, 0, $green); //4. 在画布中绘制图像 $bai = i... 阅读全文
posted @ 2018-10-08 18:59
醉风云
阅读(780)
评论(0)
推荐(0)
摘要:
<?php //1. 绘制图像资源(创建一个画布) $image = imagecreatetruecolor(500, 300); //2. 先分配一个绿色 $green = imagecolorallocate($image, 22, 153, 0); //3. 使用绿色填充画布 imagefill($image, 0, 0, $green); //4. 在画布中绘制图像 $bai = i... 阅读全文
posted @ 2018-10-08 18:58
醉风云
阅读(5227)
评论(0)
推荐(0)