array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'zh', ), 'this' => array ( 0 => 'imagickdraw.getstrokedasharray.php', 1 => 'ImagickDraw::getStrokeDashArray', 2 => 'Returns an array representing the pattern of dashes and gaps used to stroke paths', ), 'up' => array ( 0 => 'class.imagickdraw.php', 1 => 'ImagickDraw', ), 'prev' => array ( 0 => 'imagickdraw.getstrokecolor.php', 1 => 'ImagickDraw::getStrokeColor', ), 'next' => array ( 0 => 'imagickdraw.getstrokedashoffset.php', 1 => 'ImagickDraw::getStrokeDashOffset', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/imagick/imagickdraw/getstrokedasharray.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>

ImagickDraw::getStrokeDashArray

(PECL imagick 2, PECL imagick 3)

ImagickDraw::getStrokeDashArrayReturns an array representing the pattern of dashes and gaps used to stroke paths

说明

public ImagickDraw::getStrokeDashArray(): array
警告

本函数还未编写文档,仅有参数列表。

Returns an array representing the pattern of dashes and gaps used to stroke paths.

返回值

Returns an array on success and empty array if not set.