imagestringup

(PHP 3, PHP 4, PHP 5)

imagestringup -- 垂直地畫一行字串

說明

bool imagestringup ( resource image, int font, int x, int y, string s, int col )

imagestring()col 彩色將字串 s 垂直地畫到 image 所代表的圖像的 x, y 座標處(圖像的左上角為 0, 0)。若果 font 是 1,2,3,4 或 5,則使用內建字型。

參見 imageloadfont()