<?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 => 'it',
  ),
  'this' => 
  array (
    0 => 'function.hebrev.php',
    1 => 'hebrev',
    2 => 'Converte il testo logico Ebraico in testo visuale',
  ),
  'up' => 
  array (
    0 => 'ref.strings.php',
    1 => 'String Funzioni',
  ),
  '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' => 'it',
    '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">
     Converte il testo logico Ebraico in testo visuale
    </span></p>

   </div>
   <div class="refsect1 unknown-1288" id="refsect1-function.hebrev-unknown-1288">
    <h3 class="title">Descrizione</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">$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"> = ?</span></span>): <span class="type"><a href="language.types.string.php" class="type string">string</a></span></div>

    <p class="para rdfs-comment">
     Il parametro opzionale <code class="parameter">max_chars_per_line</code>
     indica il numero massimo di caratteri per linea che saranno
     restituiti in output. La funzione tenta di evitare di spezzare le parole.
    </p>
    <p class="para">
     Vedere anche <span class="function"><a href="function.hebrevc.php" class="function">hebrevc()</a></span>
    </p>
   </div>

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