<?php include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc'; $TOC = array(); $TOC_DEPRECATED = array(); $PARENTS = array(); include_once dirname(__FILE__) ."/toc/class.imagick.inc"; $setup = array ( 'home' => array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'zh', ), 'this' => array ( 0 => 'imagick.getimageprofile.php', 1 => 'Imagick::getImageProfile', 2 => 'Returns the named image profile', ), 'up' => array ( 0 => 'class.imagick.php', 1 => 'Imagick', ), 'prev' => array ( 0 => 'imagick.getimagepixelcolor.php', 1 => 'Imagick::getImagePixelColor', ), 'next' => array ( 0 => 'imagick.getimageprofiles.php', 1 => 'Imagick::getImageProfiles', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/imagick/imagick/getimageprofile.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?> <div id="imagick.getimageprofile" class="refentry"> <div class="refnamediv"> <h1 class="refname">Imagick::getImageProfile</h1> <p class="verinfo">(PECL imagick 2, PECL imagick 3)</p><p class="refpurpose"><span class="refname">Imagick::getImageProfile</span> — <span class="dc-title">Returns the named image profile</span></p> </div> <div class="refsect1 description" id="refsect1-imagick.getimageprofile-description"> <h3 class="title">说明</h3> <div class="methodsynopsis dc-description"> <span class="modifier">public</span> <span class="methodname"><strong>Imagick::getImageProfile</strong></span>(<span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$name</code></span>): <span class="type"><a href="language.types.string.php" class="type string">string</a></span></div> <p class="para rdfs-comment"> Returns the named image profile. </p> </div> <div class="refsect1 parameters" id="refsect1-imagick.getimageprofile-parameters"> <h3 class="title">参数</h3> <p class="para"> <dl> <dt><code class="parameter">name</code></dt> <dd> <p class="para"> The name of the profile to return. </p> </dd> </dl> </p> </div> <div class="refsect1 returnvalues" id="refsect1-imagick.getimageprofile-returnvalues"> <h3 class="title">返回值</h3> <p class="para"> Returns a string containing the image profile. </p> </div> <div class="refsect1 errors" id="refsect1-imagick.getimageprofile-errors"> <h3 class="title">错误/异常</h3> <p class="para"> 错误时抛出 ImagickException。 </p> </div> </div><?php manual_footer($setup); ?>