«

PHP:imagerectangle()的用法

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


imagerectangle

(PHP 4, PHP 5)

imagerectangle — 画一个矩形

<h3>说明</h3>
 bool <strong>imagerectangle</strong>
  ( resource <code>$image</code>
 , int <code>$x1</code>
 , int <code>$y1</code>
 , int <code>$x2</code>
 , int <code>$y2</code>
 , int <code>$col</code>
 )
<p>
 <strong>imagerectangle()</strong> 用
 <code>col</code> 颜色在
 <code>image</code> 图像中画一个矩形,其左上角坐标为
 x1, y1,右下角坐标为 x2, y2。图像的左上角坐标为
 0, 0。
</p>

标签: php php教程

热门推荐