產生圖片隨機字串
作者:bea
<?php $base='ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789'; $words=5; $rand_top=strlen($base)-1; $string=''; header("Content-type:image/png"); $im=imagecreate($words*16,$words*5); $black=imagecolorallocate($im,90,60,120
<?php
$base = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789';
$words = 5;
$rand_top = strlen($base) - 1;
$string = '';
header("Content-type: image/png");
$im = imagecreate($words*16, $words*5);
$black = imagecolorallocate($im, 90, 60, 120);
$white = imagecolorallocate($im, 255, 255, 255);
for($i=0;$i<$words;$i++){
$idx = mt_rand(0, $rand_top);
imagestring($im, 3, $i*15+2, mt_rand(0, $words*2), $base[$idx], $white);
}
imagepng($im);
imagedestroy($im);
?>
有用 | 无用
$base = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789';
$words = 5;
$rand_top = strlen($base) - 1;
$string = '';
header("Content-type: image/png");
$im = imagecreate($words*16, $words*5);
$black = imagecolorallocate($im, 90, 60, 120);
$white = imagecolorallocate($im, 255, 255, 255);
for($i=0;$i<$words;$i++){
$idx = mt_rand(0, $rand_top);
imagestring($im, 3, $i*15+2, mt_rand(0, $words*2), $base[$idx], $white);
}
imagepng($im);
imagedestroy($im);
?>
有用 | 无用
猜你喜欢
您可能感兴趣的文章:
- 中篇:安装及配置PHP
- Linux下PHP+MYSQL+APACHE配置过程 (摘)
- 《PHP边学边教》(02.Apache+PHP环境配置——上篇)
- [PHP] 《PHP边学边教》(01.开篇——准备工作)
- 一周学会PHP(视频)Http下载
- E路文章系统PHP
- 使用PHP数组实现无限分类,不使用数据库,不使用递归.
- Php部分常见问题总结
- global.php
- source.php查看源文件
- function.inc.php超越php
- 粗略计算在线时间,bug:ip相同
- php中处理模拟rewrite 效果
- 如何写php程序?
- IIS下配置Php+Mysql+zend的图文教程
- 从网上搜到的phpwind 0day的代码
- PHP字符函数大全
- ajax缓存问题解决途径
- 数字转英文