Sophie

Sophie

distrib > Mageia > 7 > i586 > by-pkgid > 2b917e0437961edec048f1d15e2d7449 > files > 13223

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>Sets the busy connection handler</title>

 </head>
 <body><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="class.sqlite3.html">SQLite3</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="sqlite3.changes.html">SQLite3::changes</a></div>
 <div class="up"><a href="class.sqlite3.html">SQLite3</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div><hr /><div id="sqlite3.busytimeout" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">SQLite3::busyTimeout</h1>
  <p class="verinfo">(PHP 5 &gt;= 5.3.3, PHP 7)</p><p class="refpurpose"><span class="refname">SQLite3::busyTimeout</span> &mdash; <span class="dc-title">Sets the busy connection handler</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-sqlite3.busytimeout-description">
  <h3 class="title">Description</h3>
  <div class="methodsynopsis dc-description">
   <span class="modifier">public</span> <span class="type">bool</span> <span class="methodname"><strong>SQLite3::busyTimeout</strong></span>
    ( <span class="methodparam"><span class="type">int</span> <code class="parameter">$msecs</code></span>
   )</div>

  <p class="para rdfs-comment">
   Sets a busy handler that will sleep until the database is not locked or the timeout is reached.
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-sqlite3.busytimeout-parameters">
  <h3 class="title">Parameters</h3>
  <p class="para">
   <dl>

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

     <dd>

      <p class="para">
       The milliseconds to sleep. Setting this value to a value less than
       or equal to zero, will turn off an already set timeout handler.
      </p>
     </dd>

    
   </dl>

  </p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-sqlite3.busytimeout-returnvalues">
  <h3 class="title">Return Values</h3>
  <p class="para">
   Returns <strong><code>TRUE</code></strong> on success, <strong><code>FALSE</code></strong> on failure.
  </p>
 </div>


</div><hr /><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="class.sqlite3.html">SQLite3</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="sqlite3.changes.html">SQLite3::changes</a></div>
 <div class="up"><a href="class.sqlite3.html">SQLite3</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div></body></html>