| [ PHPXref.com ] | [ Generated: Sun Jul 20 19:19:23 2008 ] | [ PBS Helpdesk 0.93 ] |
| [ Index ] [ Variables ] [ Functions ] [ Classes ] [ Constants ] [ Statistics ] | ||
[Summary view] [Print] [Text view]
1 <?php ; 2 Header( "Content-type: image/gif"); 3 $string=implode($argv, " "); 4 $im = imagecreate(100,100); 5 $orange = ImageColorAllocate($im, 220, 210, 60); 6 $px = (imagesx($im)-7.5*strlen($string))/2; 7 ImageString($im,3,$px,9,$string,$orange); 8 ImageGif($im); 9 /* ImageDestroy($im); */ 10 ?>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| [ Powered by PHPXref - Served by Debian GNU/Linux ] |