Sophie

Sophie

distrib > Mageia > 7 > x86_64 > by-pkgid > 2b917e0437961edec048f1d15e2d7449 > files > 10433

php-manual-en-7.2.11-1.mga7.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>Set the sorting criteria</title>

 </head>
 <body><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="mysql-xdevapi-collectionmodify.skip.html">CollectionModify::skip</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="mysql-xdevapi-collectionmodify.unset.html">CollectionModify::unset</a></div>
 <div class="up"><a href="class.mysql-xdevapi-collectionmodify.html">mysql_xdevapi\CollectionModify</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div><hr /><div id="mysql-xdevapi-collectionmodify.sort" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">CollectionModify::sort</h1>
  <p class="verinfo">(No version information available, might only be in Git)</p><p class="refpurpose"><span class="refname">CollectionModify::sort</span> &mdash; <span class="dc-title">Set the sorting criteria</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-mysql-xdevapi-collectionmodify.sort-description">
  <h3 class="title">Description</h3>
  <div class="methodsynopsis dc-description">
   <span class="modifier">public</span> <span class="type"><span class="type mysql_xdevapi\CollectionModify">mysql_xdevapi\CollectionModify</span></span> <span class="methodname"><strong>mysql_xdevapi\CollectionModify::sort</strong></span>
    ( <span class="methodparam"><span class="type">string</span> <code class="parameter">$sort_expr</code></span>
   )</div>

  <p class="para rdfs-comment">
   Sort the result set by the field selected in the sort_expr argument. The allowed
   orders are ASC (Ascending) or DESC (Descending). This operation is equivalent to the &#039;ORDER BY&#039; SQL operation
   and it follows the same set of rules.
  </p>

  <div class="warning"><strong class="warning">Warning</strong><p class="simpara">This function is
currently not documented; only its argument list is available.
</p></div>

 </div>


 <div class="refsect1 parameters" id="refsect1-mysql-xdevapi-collectionmodify.sort-parameters">
  <h3 class="title">Parameters</h3>
  <dl>

   
    <dt>
<code class="parameter">sort_expr</code></dt>

    <dd>

     <p class="para">
		 One or more sorting expression can be provided, the evaluation of these will be from the leftmost to the
		 rightmost, each expression must be separated by a comma.
	 </p>
    </dd>

   
  </dl>

 </div>


 <div class="refsect1 returnvalues" id="refsect1-mysql-xdevapi-collectionmodify.sort-returnvalues">
  <h3 class="title">Return Values</h3>
  <p class="para">
	  CollectionModify object that can be used for further processing.
  </p>
 </div>


 <div class="refsect1 examples" id="refsect1-mysql-xdevapi-collectionmodify.sort-examples">
  <h3 class="title">Examples</h3>
  <div class="example" id="example-2018">
   <p><strong>Example #1 <span class="function"><strong>mysql_xdevapi\CollectionModify::sort()</strong></span> example</strong></p>
   <div class="example-contents">
<div class="phpcode"><code><span style="color: #000000">
<span style="color: #0000BB">&lt;?php<br /><br />$res&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">$coll</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">modify</span><span style="color: #007700">(</span><span style="color: #DD0000">'true'</span><span style="color: #007700">)-&gt;</span><span style="color: #0000BB">sort</span><span style="color: #007700">(</span><span style="color: #DD0000">'name&nbsp;desc'</span><span style="color: #007700">,&nbsp;</span><span style="color: #DD0000">'age&nbsp;asc'</span><span style="color: #007700">)-&gt;</span><span style="color: #0000BB">limit</span><span style="color: #007700">(</span><span style="color: #0000BB">4</span><span style="color: #007700">)-&gt;</span><span style="color: #0000BB">set</span><span style="color: #007700">(</span><span style="color: #DD0000">'Married'</span><span style="color: #007700">,&nbsp;</span><span style="color: #DD0000">'NO'</span><span style="color: #007700">)-&gt;</span><span style="color: #0000BB">execute</span><span style="color: #007700">();<br /><br /></span><span style="color: #0000BB">?&gt;</span>
</span>
</code></div>
   </div>

  </div>
 </div>



</div><hr /><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="mysql-xdevapi-collectionmodify.skip.html">CollectionModify::skip</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="mysql-xdevapi-collectionmodify.unset.html">CollectionModify::unset</a></div>
 <div class="up"><a href="class.mysql-xdevapi-collectionmodify.html">mysql_xdevapi\CollectionModify</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div></body></html>