<?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.hebrevc.php',
    1 => 'hebrevc',
    2 => 'Converte il testo logico Ebraico in testo visuale con conversione del carattere di \'a capo\'',
  ),
  'up' => 
  array (
    0 => 'ref.strings.php',
    1 => 'String Funzioni',
  ),
  'prev' => 
  array (
    0 => 'function.hebrev.php',
    1 => 'hebrev',
  ),
  'next' => 
  array (
    0 => 'function.hex2bin.php',
    1 => 'hex2bin',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'it',
    '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">
     Converte il testo logico Ebraico in testo visuale con conversione del carattere di &#039;a capo&#039;
    </span></p>

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

    <p class="para rdfs-comment">
     Questa funzione è simile a <span class="function"><a href="function.hebrev.php" class="function">hebrev()</a></span> con la 
     differenza che converte il carattere di &#039;a capo&#039; (\n) in &quot;&lt;br&gt;\n&quot;.
     Il parametro opzionale <code class="parameter">max_chars_per_line</code>
     indica il numero massimo di caratteri per linea che saranno
     restituiti. La funzione tenta di evitare di spezzare le parole.  
    </p>
    <p class="para">
     Vedere anche <span class="function"><a href="function.hebrev.php" class="function">hebrev()</a></span>
    </p>
   </div>

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