Php/docs/function.imagedashedline

来自菜鸟教程
跳转至:导航、​搜索

imagedashedline

(PHP 4, PHP 5, PHP 7)

imagedashedline画一虚线


说明

imagedashedline ( resource $image , int $x1 , int $y1 , int $x2 , int $y2 , int $color ) : bool

反对使用本函数。应该用 imagesetstyle()imageline() 的组合替代之。