<?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 => 'zh',
  ),
  'this' => 
  array (
    0 => 'rarentry.tostring.php',
    1 => 'RarEntry::__toString',
    2 => 'Get text representation of entry',
  ),
  'up' => 
  array (
    0 => 'class.rarentry.php',
    1 => 'RarEntry',
  ),
  'prev' => 
  array (
    0 => 'rarentry.isencrypted.php',
    1 => 'RarEntry::isEncrypted',
  ),
  'next' => 
  array (
    0 => 'class.rarexception.php',
    1 => 'RarException',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/rar/rarentry/tostring.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="rarentry.tostring" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">RarEntry::__toString</h1>
  <p class="verinfo">(PECL rar &gt;= 2.0.0)</p><p class="refpurpose"><span class="refname">RarEntry::__toString</span> &mdash; <span class="dc-title">Get text representation of entry</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-rarentry.tostring-description">
  <h3 class="title">说明</h3>
  <div class="methodsynopsis dc-description">
   <span class="modifier">public</span> <span class="methodname"><strong>RarEntry::__toString</strong></span>(): <span class="type"><a href="language.types.string.php" class="type string">string</a></span></div>

  <p class="simpara">
   <span class="methodname"><strong>RarEntry::__toString()</strong></span> returns a textual representation for this entry. It includes whether
   the entry is a file or a directory (symbolic links and other special objects will be treated as files),
   the UTF-8 name of the entry and its CRC. The form and content of this representation may be changed in the future,
   so they cannot be relied upon.
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-rarentry.tostring-parameters">
  <h3 class="title">参数</h3>
  <p class="para">此函数没有参数。</p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-rarentry.tostring-returnvalues">
  <h3 class="title">返回值</h3>
  <p class="simpara">
   A textual representation for the entry.
  </p>
 </div>



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