<?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 => 'es',
  ),
  'this' => 
  array (
    0 => 'function.chop.php',
    1 => 'chop',
    2 => 'Alias de rtrim',
  ),
  'up' => 
  array (
    0 => 'ref.strings.php',
    1 => 'Funciones de strings',
  ),
  'prev' => 
  array (
    0 => 'function.bin2hex.php',
    1 => 'bin2hex',
  ),
  'next' => 
  array (
    0 => 'function.chr.php',
    1 => 'chr',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'es',
    'path' => 'reference/strings/functions/chop.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="function.chop" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">chop</h1>
  <p class="verinfo">(PHP 4, PHP 5, PHP 7, PHP 8)</p><p class="refpurpose"><span class="refname">chop</span> &mdash; <span class="dc-title">Alias de <span class="function"><a href="function.rtrim.php" class="function">rtrim()</a></span></span></p>

 </div>

 <div class="refsect1 description" id="refsect1-function.chop-description">
  <h3 class="title">Descripción</h3>
  <p class="simpara">
   Esta función es un alias de:  <span class="function"><a href="function.rtrim.php" class="function">rtrim()</a></span>.
  </p>
 </div>


 <div class="refsect1 notes" id="refsect1-function.chop-notes">
  <h3 class="title">Notas</h3>
  <blockquote class="note"><p><strong class="note">Nota</strong>: 
   <p class="para">
    El comportamiento de la función <span class="function"><strong>chop()</strong></span> no es el
    mismo que el de la función <code class="literal">chop()</code> de Perl, que elimina el
    último caracter de la cadena.
   </p>
  </p></blockquote>
 </div>


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