<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/class.rarentry.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'de',
  ),
  'this' => 
  array (
    0 => 'rarentry.isencrypted.php',
    1 => 'RarEntry::isEncrypted',
    2 => 'Test whether an entry is encrypted',
  ),
  'up' => 
  array (
    0 => 'class.rarentry.php',
    1 => 'RarEntry',
  ),
  'prev' => 
  array (
    0 => 'rarentry.isdirectory.php',
    1 => 'RarEntry::isDirectory',
  ),
  'next' => 
  array (
    0 => 'rarentry.tostring.php',
    1 => 'RarEntry::__toString',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/rar/rarentry/isencrypted.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="rarentry.isencrypted" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">RarEntry::isEncrypted</h1>
  <p class="verinfo">(PECL rar &gt;= 2.0.0)</p><p class="refpurpose"><span class="refname">RarEntry::isEncrypted</span> &mdash; <span class="dc-title">Test whether an entry is encrypted</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-rarentry.isencrypted-description">
  <h3 class="title">Beschreibung</h3>
  <div class="methodsynopsis dc-description">
   <span class="modifier">public</span> <span class="methodname"><strong>RarEntry::isEncrypted</strong></span>(): <span class="type"><a href="language.types.boolean.php" class="type bool">bool</a></span></div>

  <p class="simpara">
   Tests whether the current entry contents are encrypted.
  </p>
  <blockquote class="note"><p><strong class="note">Hinweis</strong>: 
    <span class="simpara">The password used may differ between files inside the same RAR archive.</span>
  </p></blockquote>
 </div>


 <div class="refsect1 parameters" id="refsect1-rarentry.isencrypted-parameters">
  <h3 class="title">Parameter-Liste</h3>
  <p class="para">Diese Funktion besitzt keine Parameter.</p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-rarentry.isencrypted-returnvalues">
  <h3 class="title">Rückgabewerte</h3>
  <p class="simpara">
   Returns <strong><code><a href="reserved.constants.php#constant.true">true</a></code></strong> if the current entry is encrypted and <strong><code><a href="reserved.constants.php#constant.false">false</a></code></strong> otherwise.
  </p>
 </div>



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