<?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.hebrevc.php',
    1 => 'hebrevc',
    2 => '将逻辑顺序希伯来文（logical-Hebrew）转换为视觉顺序希伯来文（visual-Hebrew），并且转换换行符',
  ),
  'up' => 
  array (
    0 => 'ref.strings.php',
    1 => '字符串 函数',
  ),
  'prev' => 
  array (
    0 => 'function.hebrev.php',
    1 => 'hebrev',
  ),
  'next' => 
  array (
    0 => 'function.hex2bin.php',
    1 => 'hex2bin',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'zh',
    'path' => 'reference/strings/functions/hebrevc.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

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

 </div>

 <div id="function.hebrevc-refsynopsisdiv">
   <div class="warning"><strong class="warning">警告</strong><p class="simpara">本函数已自 PHP 7.4.0
起<em>弃用</em>，自 PHP 8.0.0 起<em>移除</em>。强烈建议不要依赖本函数。</p></div>
 </div>

 <div class="refsect1 description" id="refsect1-function.hebrevc-description">
  <h3 class="title">说明</h3>
  <div class="methodsynopsis dc-description">
   <span class="methodname"><strong>hebrevc</strong></span>(<span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$hebrew_text</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">
   本函数与<span class="function"><a href="function.hebrev.php" class="function">hebrev()</a></span> 一样，唯一的区别是
   本函数会额外将换行符(\n)转换为&quot;&lt;br&gt;\n&quot;。
  </p>
  <p class="para">
   函数将会尝试避免破坏单词。
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-function.hebrevc-parameters">
  <h3 class="title">参数</h3>
  <p class="para">
   <dl>
    
     <dt><code class="parameter">hebrew_text</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.hebrevc-returnvalues">
  <h3 class="title">返回值</h3>
  <p class="para">
   返回视觉顺序字符串。
  </p>
 </div>


 <div class="refsect1 changelog" id="refsect1-function.hebrevc-changelog">
  <h3 class="title">更新日志</h3>
  <table class="doctable informaltable">
   
    <thead>
     <tr>
      <th>版本</th>
      <th>说明</th>
     </tr>

    </thead>

    <tbody class="tbody">
     <tr>
      <td>8.0.0</td>
      <td>
       此函数已移除。
      </td>
     </tr>

     <tr>
      <td>7.4.0</td>
      <td>
       此函数已废弃。
      </td>
     </tr>

    </tbody>
   
  </table>

 </div>


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


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