<?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 => 'ja',
  ),
  'this' => 
  array (
    0 => 'function.hebrevc.php',
    1 => 'hebrevc',
    2 => '論理表記のヘブライ語を、改行の変換も含めて物理表記に変換する',
  ),
  'up' => 
  array (
    0 => 'ref.strings.php',
    1 => 'String 関数',
  ),
  'prev' => 
  array (
    0 => 'function.hebrev.php',
    1 => 'hebrev',
  ),
  'next' => 
  array (
    0 => 'function.hex2bin.php',
    1 => 'hex2bin',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'ja',
    '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">論理表記のヘブライ語を、改行の変換も含めて物理表記に変換する</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> - 論理表記のヘブライ語を物理表記に変換する</span></li>
   </ul>
  </p>
 </div>


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