Maison > Questions et réponses > le corps du texte
<?php
check_codo();
//$img = imagecreate($width,$height);//Créez un canevas et passez deux variables largeur et hauteur
function check_codo($width = 100, $hauteur = 50,$num = 4, $type = 'jpeg'){
$img = imagecreate($width, $height);
$string = '';
pour ($i = 0;$ i < $num;$i++) {
$rand = mt_rand(0,2);
switch ($rand) {
cas 0 :
$ascll = mt_rand(48,57);//0 - 9
pause;
cas 1:
$ascll = mt_rand(65,90);//A-Z
pause;
cas 2:
$ascll = mt_rand(97,122);//a-z
break ;
}
$string = sprintf('$c',$ascll);
}
//Couleur de fond
imagefilledrectangle($img, 0, 0, $width, $height, randBg($ img ));
//Élément d'interférence
pour ($i=0; $i < 50; $i++) {
imagesetpixel($img, mt_rand(0,$width),mt_rand(0,$height ),randPix($img));
# code...
}
//Écriture
pour ($i=0; $i < $num; $i++) {
$x = étage ( $width / $num) * $i+2;
}
}
?>