imagedashedline
(PHP 4, PHP 5, PHP 7, PHP 8)
imagedashedline — 畫一虛線
說明
imagedashedline(
resource
int
int
int
int
int
): bool
resource
$image
,int
$x1
,int
$y1
,int
$x2
,int
$y2
,int
$color
): bool
反對使用本函式。應該用 imagesetstyle() 和 imageline() 的組合替代之。