imagedashedline
(PHP 4, PHP 5)
imagedashedline — 画一虚线
<h3>说明</h3>
bool <strong>imagedashedline</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>
反对使用本函数。应该用
imagesetstyle() 和 imageline()
的组合替代之。
</p>