Sophie

Sophie

distrib > Mageia > 4 > i586 > by-pkgid > f800694edefe91adea2624f711a41a2d > files > 11221

php-manual-en-5.5.7-1.mga4.noarch.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
 <head>
  <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  <title>Move an item to another sequence position</title>

 </head>
 <body><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="sdo-sequence.insert.html">SDO_Sequence::insert</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="book.sdodasrel.html">SDO-DAS-Relational</a></div>
 <div class="up"><a href="ref.sdo.html">SDO Functions</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div><hr /><div id="sdo-sequence.move" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">SDO_Sequence::move</h1>
  <p class="verinfo">(^)</p><p class="refpurpose"><span class="refname">SDO_Sequence::move</span> &mdash; <span class="dc-title">
   Move an item to another sequence position
  </span></p>

 </div>
 <div class="refsect1 description" id="refsect1-sdo-sequence.move-description">
  <h3 class="title">Description</h3>
  <div class="methodsynopsis dc-description">
   <span class="type"><span class="type void">void</span></span> <span class="methodname"><strong>SDO_Sequence::move</strong></span> ( <span class="methodparam">
   <span class="type">int</span> <code class="parameter">$toIndex</code></span>, <span class="methodparam">
   <span class="type">int</span> <code class="parameter">$fromIndex</code></span>
   )</div>


  <div class="warning"><strong class="warning">Warning</strong><p class="simpara">This function is
<em class="emphasis">EXPERIMENTAL</em>. The behaviour of this function, its name, and
surrounding documentation may change without notice in a future release of PHP.
This function should be used at your own risk.
</p></div>

  <p class="para">
   Modify the position of the item in the sequence, 
   without altering the value of the property in the SDO_DataObject.
  </p>

 </div>

 <div class="refsect1 parameters" id="refsect1-sdo-sequence.move-parameters">
  <h3 class="title">Parameters</h3>
  <p class="para">
   <dl>

    <dt>

     <span class="term">
      <em><code class="parameter">toIndex</code></em>
     </span>
     <dd>

      <p class="para">
       The destination sequence index.  
       If this index is less than zero or greater than the 
       size of the sequence then the value is appended.
      </p>
     </dd>

    </dt>

    <dt>

     <span class="term">
      <em><code class="parameter">fromIndex</code></em>
     </span>
     <dd>

      <p class="para">
       The source sequence index.
      </p>
     </dd>

    </dt>

   </dl>

  </p>
 </div>

 <div class="refsect1 returnvalues" id="refsect1-sdo-sequence.move-returnvalues">
  <h3 class="title">Return Values</h3>
  <p class="para">
   None.
  </p>
 </div>


 <div class="refsect1 errors" id="refsect1-sdo-sequence.move-errors">
  <h3 class="title">Errors/Exceptions</h3>

  <p class="para">
   <dl>

    <dt>

     <span class="term">
      <em><code class="parameter">SDO_IndexOutOfBoundsException</code></em>
     </span>
     <dd>

      <p class="para">
       Thrown if the fromIndex sequence index is less than zero 
       or greater than the size of the sequence.
      </p>
     </dd>

    </dt>

   </dl>

  </p>
 </div>



 


 


 


</div><hr /><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="sdo-sequence.insert.html">SDO_Sequence::insert</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="book.sdodasrel.html">SDO-DAS-Relational</a></div>
 <div class="up"><a href="ref.sdo.html">SDO Functions</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div></body></html>