(PHP 4, PHP 5, PHP 7)
Draw a character horizontally
bool imagechar ( resource $image, int $font, int $x, int $y, string $c, int $color )
imagechar() draws the first character of c in the image identified by image with its upper-left at x,y (top left is 0, 0) with the color color.
Parameters:
image
An image resource, returned by one of the image creation functions, such as