«

PHP:imagefilledrectangle()的用法

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


imagefilledrectangle

(PHP 4, PHP 5)

imagefilledrectangle — 画一矩形并填充

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

标签: php php教程

热门推荐