Server Technology PPNT Manuale Utente Pagina 46

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 95
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 45
PHP: Image Manipulation(2/3)
Header("Content-Type: image/png");
...
$im = ImageCre ateT rueC olor (400 , 300);
...
ImageFill($im, 0, 0, $ whit e);
...
ImageArc($im, 150, 150, $diameter, $diameter, $last_angle,
...
ImageFillToBorder($im, $mid_x, $mid_y, $black, $colors[$z]);
...
ImageFilledRectangle($im, 300, ($z - 1) * 30 + 10, 320,
($z - 1) * 30 + 20, $colors[$z]);
ImageString($im, 5, 330, ($z - 1) * 30 + 10, $fields[$z],
$black);
ImagePNG($im);
(46/95)
Vedere la pagina 45
1 2 ... 41 42 43 44 45 46 47 48 49 50 51 ... 94 95

Commenti su questo manuale

Nessun commento