<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/ref.strings.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'zh',
  ),
  'this' => 
  array (
    0 => 'function.hebrev.php',
    1 => 'hebrev',
    2 => '将逻辑顺序希伯来文（logical-Hebrew）转换为视觉顺序希伯来文（visual-Hebrew）',
  ),
  'up' => 
  array (
    0 => 'ref.strings.php',
    1 => '字符串 函数',
  ),
  'prev' => 
  array (
    0 => 'function.get-html-translation-table.php',
    1 => 'get_html_translation_table',
  ),
  'next' => 
  array (
    0 => 'function.hebrevc.php',
    1 => 'hebrevc',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'zh',
    'path' => 'reference/strings/functions/hebrev.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="function.hebrev" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">hebrev</h1>
  <p class="verinfo">(PHP 4, PHP 5, PHP 7, PHP 8)</p><p class="refpurpose"><span class="refname">hebrev</span> &mdash; <span class="dc-title">将逻辑顺序希伯来文（logical-Hebrew）转换为视觉顺序希伯来文（visual-Hebrew）</span></p>

 </div>
 
 <div class="refsect1 description" id="refsect1-function.hebrev-description">
  <h3 class="title">说明</h3>
  <div class="methodsynopsis dc-description">
   <span class="methodname"><strong>hebrev</strong></span>(<span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$string</code></span>, <span class="methodparam"><span class="type"><a href="language.types.integer.php" class="type int">int</a></span> <code class="parameter">$max_chars_per_line</code><span class="initializer"> = 0</span></span>): <span class="type"><a href="language.types.string.php" class="type string">string</a></span></div>

  <p class="para rdfs-comment">
   将逻辑顺序希伯来文（logical-Hebrew）转换为视觉顺序希伯来文（visual-Hebrew）
  </p>
  <p class="para">
   函数将会尝试避免破坏单词。
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-function.hebrev-parameters">
  <h3 class="title">参数</h3>
  <p class="para">
   <dl>
    
     <dt><code class="parameter">string</code></dt>
     <dd>
      <p class="para">
       逻辑顺序希伯来文字符串。
      </p>
     </dd>
    
    
     <dt><code class="parameter">max_chars_per_line</code></dt>
     <dd>
      <p class="para">
       可选参数，表示每行可返回的最多字符数。
      </p>
     </dd>
    
   </dl>
  </p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-function.hebrev-returnvalues">
  <h3 class="title">返回值</h3>
  <p class="para">
   返回视觉顺序字符串。
  </p>
 </div>


 <div class="refsect1 seealso" id="refsect1-function.hebrev-seealso">
  <h3 class="title">参见</h3>
  <p class="para">
   <ul class="simplelist">
    <li><span class="function"><a href="function.hebrevc.php" class="function" rel="rdfs-seeAlso">hebrevc()</a> - 将逻辑顺序希伯来文（logical-Hebrew）转换为视觉顺序希伯来文（visual-Hebrew），并且转换换行符</span></li>
   </ul>
  </p>
 </div>


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