没有合适的资源?快使用搜索试试~ 我知道了~
资源推荐
资源详情
资源评论
<?php
session_start();
$arrChar = array_merge(range(0,9),range('a','z'),range('A','Z'));
$len = 5;
$min = 0;
$max = count($arrChar)-1;
$text = '';
for($i = 1;$i <= 5;$i++){
$a = rand($min,$max);
$arr = $arrChar[$a];
$text.=$arr;
}
$imgHeightMin = 0;
$imgHeightMax = 59;
$imgWidth = 199;
$imgHeight = 59;
$img = imagecreatetruecolor(200,60);
$imageColor = imagecolorallocate($img,200,200,200);
imagefill($img,0,0,$imageColor);
for($c = 1;$c <= $len;$c++) {
$x = $imgWidth/$len*($c-1)+3;
$y = rand(30,50);
$textColor = imagecolorallocate($img, rand(0, 255), rand(0, 255), rand(0, 255));
imagettftext($img, 20, 0, $x, $y, $textColor, __DIR__ . '/6.ttf', $text[$c-1]);
}
for($j = 1;$j <= 100;$j++) {
$pixelColor = imagecolorallocate($img,rand(0,255),rand(0,255),rand(0,255));
imagesetpixel($img, rand(0, 199), rand(0, 59), $pixelColor);
}
for($k = 1;$k <= 10;$k++) {
session_start();
$arrChar = array_merge(range(0,9),range('a','z'),range('A','Z'));
$len = 5;
$min = 0;
$max = count($arrChar)-1;
$text = '';
for($i = 1;$i <= 5;$i++){
$a = rand($min,$max);
$arr = $arrChar[$a];
$text.=$arr;
}
$imgHeightMin = 0;
$imgHeightMax = 59;
$imgWidth = 199;
$imgHeight = 59;
$img = imagecreatetruecolor(200,60);
$imageColor = imagecolorallocate($img,200,200,200);
imagefill($img,0,0,$imageColor);
for($c = 1;$c <= $len;$c++) {
$x = $imgWidth/$len*($c-1)+3;
$y = rand(30,50);
$textColor = imagecolorallocate($img, rand(0, 255), rand(0, 255), rand(0, 255));
imagettftext($img, 20, 0, $x, $y, $textColor, __DIR__ . '/6.ttf', $text[$c-1]);
}
for($j = 1;$j <= 100;$j++) {
$pixelColor = imagecolorallocate($img,rand(0,255),rand(0,255),rand(0,255));
imagesetpixel($img, rand(0, 199), rand(0, 59), $pixelColor);
}
for($k = 1;$k <= 10;$k++) {
资源评论
努力自学C++的小马
- 粉丝: 33
- 资源: 1
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- 内部讲师评选方案.doc
- 培训师职业训练教材《教学媒体应用技能训练》.doc
- 培训之网络写作指南.doc
- 培训师职业技能训练教材《良好心理素质养成与心理辅导技能训》.doc
- HR师认证复习资料-人力资源规划.ppt
- 关于如何对待工作的一些建议(ppt 45页).ppt
- 培训导师.ppt
- 管理领导力与激励.ppt
- 培训导师的职责与任务.ppt
- 培训艺术与技术(教材).ppt
- 企业内部培训师培训分享资料.ppt
- 培训与开发(ppt 157页).ppt
- 人力资源培训教材-人员招募与甄选(PPT 24页).ppt
- 巧妙处理听众的问题.ppt
- 企业培训讲师形象.ppt
- 人力资源培训教材-如何设计发展空间(PPT 26页).ppt
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功