(PHP 4, PHP 5, PHP 7)
Draw a character vertically
bool imagecharup ( resource $image, int $font, int $x, int $y, string $c, int $color )
Draws the character c vertically at the specified coordinate on the given image.
Parameters:
image
An image resource, returned by one of the image creation functions, such as imagecreatetruecolor().
font