<?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 => 'ja',
  ),
  'this' => 
  array (
    0 => 'imagick.encipherimage.php',
    1 => 'Imagick::encipherImage',
    2 => '画像を暗号化する',
  ),
  'up' => 
  array (
    0 => 'class.imagick.php',
    1 => 'Imagick',
  ),
  'prev' => 
  array (
    0 => 'imagick.embossimage.php',
    1 => 'Imagick::embossImage',
  ),
  'next' => 
  array (
    0 => 'imagick.enhanceimage.php',
    1 => 'Imagick::enhanceImage',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'ja',
    'path' => 'reference/imagick/imagick/encipherimage.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="imagick.encipherimage" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">Imagick::encipherImage</h1>
  <p class="verinfo">(PECL imagick 2 &gt;= 2.3.0, PECL imagick 3)</p><p class="refpurpose"><span class="refname">Imagick::encipherImage</span> &mdash; <span class="dc-title">画像を暗号化する</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-imagick.encipherimage-description">
  <h3 class="title">説明</h3>
  <div class="methodsynopsis dc-description">
   <span class="modifier">public</span> <span class="methodname"><strong>Imagick::encipherImage</strong></span>(<span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$passphrase</code></span>): <span class="type"><a href="language.types.boolean.php" class="type bool">bool</a></span></div>


  <p class="para rdfs-comment">
   プレーンなピクセル群を暗号化します。<span class="function"><a href="imagick.decipherimage.php" class="function">Imagick::decipherImage()</a></span>
   で復号するまで、この画像は読めなくなります。
   このメソッドは、ImageMagick バージョン 6.3.9 以降で Imagick をコンパイルした場合に使用可能です。
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-imagick.encipherimage-parameters">
  <h3 class="title">パラメータ</h3>
  <p class="para">
   <dl>
    
     <dt><code class="parameter">passphrase</code></dt>
     <dd>
      <p class="para">
       パスフレーズ。
      </p>
     </dd>
    
   </dl>
  </p>

 </div>

 <div class="refsect1 returnvalues" id="refsect1-imagick.encipherimage-returnvalues">
  <h3 class="title">戻り値</h3>
  <p class="para">
   成功した場合に <strong><code><a href="reserved.constants.php#constant.true">true</a></code></strong> を返します。
  </p>
 </div>


 <div class="refsect1 seealso" id="refsect1-imagick.encipherimage-seealso">
  <h3 class="title">参考</h3>
  <p class="para">
   <ul class="simplelist">
    <li><span class="function"><a href="imagick.decipherimage.php" class="function" rel="rdfs-seeAlso">Imagick::decipherImage()</a> - 画像を復号する</span></li>
   </ul>
  </p>
 </div>


</div><?php manual_footer($setup); ?>