<?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 => 'fr',
  ),
  'this' => 
  array (
    0 => 'function.hebrev.php',
    1 => 'hebrev',
    2 => 'Convertit un texte logique h&eacute;breu en texte visuel',
  ),
  'up' => 
  array (
    0 => 'ref.strings.php',
    1 => 'Fonctions sur les cha&icirc;nes de caract&egrave;res',
  ),
  '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' => 'fr',
    '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">Convertit un texte logique hébreu en texte visuel</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-function.hebrev-description">
  <h3 class="title">Description</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">
   Convertit un texte logique hébreu en texte visuel.
  </p>
  <p class="para">
   La fonction tente d&#039;éviter la césure des mots.
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-function.hebrev-parameters">
  <h3 class="title">Liste de paramètres</h3>
  <p class="para">
   <dl>
    
     <dt><code class="parameter">string</code></dt>
     <dd>
      <p class="para">
       Une chaîne d&#039;entrée en hébreu.
      </p>
     </dd>
    
    
     <dt><code class="parameter">max_chars_per_line</code></dt>
     <dd>
      <p class="para">
       Le paramètre optionnel <code class="parameter">max_chars_per_line</code>
       indique le nombre maximum de caractères par ligne dans le résultat.
      </p>
     </dd>
    
   </dl>
  </p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-function.hebrev-returnvalues">
  <h3 class="title">Valeurs de retour</h3>
  <p class="para">
   Retourne la chaîne visuelle.
  </p>
 </div>


 <div class="refsect1 seealso" id="refsect1-function.hebrev-seealso">
  <h3 class="title">Voir aussi</h3>
  <p class="para">
   <ul class="simplelist">
    <li><span class="function"><a href="function.hebrevc.php" class="function" rel="rdfs-seeAlso">hebrevc()</a> - Convertit un texte logique h&eacute;breu en texte visuel, avec retours &agrave; la ligne</span></li>
   </ul>
  </p>
 </div>


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