imagestring

Supported Versions: PHP 4, PHP 5, PHP 7, PHP 8
Draw a string horizontally
imagestring(    GdImage $image,    GdFont|int $font,    int $x,    int $y,    string $string,    int $color): bool
            }




            
imagestring($image->getCore(), $this->getInternalFont(), $posx$posy$this->text$color->getInt());

        }

    }