«

PHP:imagestringup()的用法

时间:2024-3-1 21:52     作者:韩俊     分类: PHP


imagestringup

(PHP 4, PHP 5)

imagestringup — 垂直地画一行字符串

<h3>说明</h3>
 bool <strong>imagestringup</strong>
  ( resource <code>$image</code>
 , int <code>$font</code>
 , int <code>$x</code>
 , int <code>$y</code>
 , string <code>$s</code>
 , int <code>$col</code>
 )
<p>
 imagestring() 用 <code>col</code>
 颜色将字符串 <code>s</code> 垂直地画到 <code>image</code>
 所代表的图像的 <code>x</code>, <code>y</code>
 座标处(图像的左上角为 0, 0)。如果 <code>font</code>
 是 1,2,3,4 或 5,则使用内置字体。
</p>
<p>
 参见 imageloadfont()。
</p>

标签: php php教程

热门推荐