<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/class.ocicollection.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'de',
  ),
  'this' => 
  array (
    0 => 'ocicollection.trim.php',
    1 => 'OCICollection::trim',
    2 => 'Entfernt Elemente vom Ende einer Sammlung',
  ),
  'up' => 
  array (
    0 => 'class.ocicollection.php',
    1 => 'OCICollection',
  ),
  'prev' => 
  array (
    0 => 'ocicollection.size.php',
    1 => 'OCICollection::size',
  ),
  'next' => 
  array (
    0 => 'class.ocilob.php',
    1 => 'OCILob',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'de',
    'path' => 'reference/oci8/ocicollection/trim.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="ocicollection.trim" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">OCICollection::trim</h1>
  <p class="verinfo">(PHP 5, PHP 7, PHP 8, PECL OCI8 &gt;= 1.1.0)</p><p class="refpurpose"><span class="refname">OCICollection::trim</span> &mdash; <span class="dc-title">Entfernt Elemente vom Ende einer Sammlung</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-ocicollection.trim-description">
  <h3 class="title">Beschreibung</h3>
  <div class="methodsynopsis dc-description">
   <span class="modifier">public</span> <span class="methodname"><strong>OCICollection::trim</strong></span>(<span class="methodparam"><span class="type"><a href="language.types.integer.php" class="type int">int</a></span> <code class="parameter">$num</code></span>): <span class="type"><a href="language.types.boolean.php" class="type bool">bool</a></span></div>

  <p class="para rdfs-comment">
   Entfernt <code class="parameter">num</code> Elemente vom Ende einer Sammlung.
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-ocicollection.trim-parameters">
  <h3 class="title">Parameter-Liste</h3>
  <p class="para">
   <dl>
    
     <dt><code class="parameter">num</code></dt>
     <dd>
      <p class="para">
       Die zu entfernende Anzahl Elemente.
      </p>
     </dd>
    
   </dl>
  </p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-ocicollection.trim-returnvalues">
  <h3 class="title">Rückgabewerte</h3>
  <p class="para">
   Gibt bei Erfolg <strong><code><a href="reserved.constants.php#constant.true">true</a></code></strong> zurück. Bei einem Fehler wird <strong><code><a href="reserved.constants.php#constant.false">false</a></code></strong> zurückgegeben.
  </p>
 </div>


 <div class="refsect1 changelog" id="refsect1-ocicollection.trim-changelog">
  <h3 class="title">Changelog</h3>
  <table class="doctable informaltable">
   
    <thead>
     <tr>
      <th>Version</th>
      <th>Beschreibung</th>
     </tr>

    </thead>

    <tbody class="tbody">
     <tr>
      <td>8.0.0, PECL OCI8 3.0.0</td>
      <td>
       Die Klasse <span class="classname"><strong class="classname">OCI-Collection</strong></span> wurde in
       <span class="classname"><a href="class.ocicollection.php" class="classname">OCICollection</a></span> umbenannt, um den
       PHP-Namensstandards zu entsprechen.
      </td>
     </tr>

    </tbody>
   
  </table>

 </div>


 <div class="refsect1 seealso" id="refsect1-ocicollection.trim-seealso">
  <h3 class="title">Siehe auch</h3>
  <p class="para">
   <ul class="simplelist">
    <li><a href="ocicollection.size.php" class="xref">OCICollection::size</a></li>
   </ul>
  </p>
 </div>


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