|
$color = imagecolorallocatealpha($src, $colors[rand(0,sizeof($colors)-1)], $colors[rand(0,sizeof($colors)-1)], $colors[rand(0,sizeof($colors)-1)], rand(20,40));
|
|
$color = imagecolorallocatealpha($src, $colors[rand(0,sizeof($colors)-1)], $colors[rand(0,sizeof($colors)-1)], $colors[rand(0,sizeof($colors)-1)], rand(20,40));
|
|
$char = $chars[rand(0, sizeof($chars)-1)];
|
|
$char = $chars[rand(0, sizeof($chars)-1)];
|
|
$x = ($i+1)*$font_size + rand(6,8);
|
|
$x = ($i+1)*$font_size + rand(6,8);
|