Sophie

Sophie

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

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>Execute modify operation</title>

 </head>
 <body><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="mysql-xdevapi-collectionmodify.construct.html">CollectionModify::__construct</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="mysql-xdevapi-collectionmodify.limit.html">CollectionModify::limit</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.execute" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">CollectionModify::execute</h1>
  <p class="verinfo">(No version information available, might only be in Git)</p><p class="refpurpose"><span class="refname">CollectionModify::execute</span> &mdash; <span class="dc-title">Execute modify operation</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-mysql-xdevapi-collectionmodify.execute-description">
  <h3 class="title">Description</h3>
  <div class="methodsynopsis dc-description">
   <span class="modifier">public</span> <span class="type"><span class="type mysql_xdevapi\Result">mysql_xdevapi\Result</span></span> <span class="methodname"><strong>mysql_xdevapi\CollectionModify::execute</strong></span>
    ( <span class="methodparam">void</span>
   )</div>

  <p class="para rdfs-comment">
   The execute method is required to send the CRUD operation request
   to the MySQL server.
  </p>

 </div>


 <div class="refsect1 parameters" id="refsect1-mysql-xdevapi-collectionmodify.execute-parameters">
  <h3 class="title">Parameters</h3>
  <p class="para">This function has no parameters.</p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-mysql-xdevapi-collectionmodify.execute-returnvalues">
  <h3 class="title">Return Values</h3>
  <p class="para">
   A Result object that can be used to verify the status of the operation,
   such as the number of affected rows.
  </p>
 </div>


 <div class="refsect1 examples" id="refsect1-mysql-xdevapi-collectionmodify.execute-examples">
  <h3 class="title">Examples</h3>
  <div class="example" id="example-2012">
   <p><strong>Example #1 <span class="function"><strong>mysql_xdevapi\CollectionModify::execute()</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 /></span><span style="color: #FF8000">/*&nbsp;...&nbsp;*/<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.construct.html">CollectionModify::__construct</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="mysql-xdevapi-collectionmodify.limit.html">CollectionModify::limit</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>