<?php imagestring( GdImage $image, GdFont|int $font, int $x, int $y, string $string, int $color): bool
<?php } imagestring($image->getCore(), $this->getInternalFont(), $posx, $posy, $this->text, $color->getInt()); } }