1. 首页
  2. 数据库
  3. 其它
  4. 產生圖片隨機字串

產生圖片隨機字串

上传者: 2020-12-23 03:47:21上传 PDF文件 15KB 热度 10次
<?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 = imagecolorallo
用户评论