<?php include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc'; $TOC = array(); $TOC_DEPRECATED = array(); $PARENTS = array(); include_once dirname(__FILE__) ."/toc/class.imagickdraw.inc"; $setup = array ( 'home' => array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'zh', ), 'this' => array ( 0 => 'imagickdraw.setstrokepatternurl.php', 1 => 'ImagickDraw::setStrokePatternURL', 2 => 'Sets the pattern used for stroking object outlines', ), 'up' => array ( 0 => 'class.imagickdraw.php', 1 => 'ImagickDraw', ), 'prev' => array ( 0 => 'imagickdraw.setstrokeopacity.php', 1 => 'ImagickDraw::setStrokeOpacity', ), 'next' => array ( 0 => 'imagickdraw.setstrokewidth.php', 1 => 'ImagickDraw::setStrokeWidth', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/imagick/imagickdraw/setstrokepatternurl.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?> <div id="imagickdraw.setstrokepatternurl" class="refentry"> <div class="refnamediv"> <h1 class="refname">ImagickDraw::setStrokePatternURL</h1> <p class="verinfo">(PECL imagick 2, PECL imagick 3)</p><p class="refpurpose"><span class="refname">ImagickDraw::setStrokePatternURL</span> — <span class="dc-title">Sets the pattern used for stroking object outlines</span></p> </div> <div class="refsect1 description" id="refsect1-imagickdraw.setstrokepatternurl-description"> <h3 class="title">说明</h3> <div class="methodsynopsis dc-description"> <span class="modifier">public</span> <span class="methodname"><strong>ImagickDraw::setStrokePatternURL</strong></span>(<span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$stroke_url</code></span>): <span class="type"><a href="language.types.boolean.php" class="type bool">bool</a></span></div> <div class="warning"><strong class="warning">警告</strong><p class="simpara">本函数还未编写文档,仅有参数列表。</p></div> <p class="para"> Sets the pattern used for stroking object outlines. </p> </div> <div class="refsect1 parameters" id="refsect1-imagickdraw.setstrokepatternurl-parameters"> <h3 class="title">参数</h3> <p class="para"> <dl> <dt><code class="parameter">stroke_url</code></dt> <dd> <p class="para"> stroke URL </p> </dd> </dl> </p> </div> <div class="refsect1 returnvalues" id="refsect1-imagickdraw.setstrokepatternurl-returnvalues"> <h3 class="title">返回值</h3> <p class="para"> 成功时返回 <strong><code><a href="reserved.constants.php#constant.true">true</a></code></strong>。 </p> </div> </div><?php manual_footer($setup); ?>