<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/class.sqlite3stmt.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'pt_BR',
  ),
  'this' => 
  array (
    0 => 'sqlite3stmt.reset.php',
    1 => 'SQLite3Stmt::reset',
    2 => 'Reseta a declara&ccedil;&atilde;o preparada',
  ),
  'up' => 
  array (
    0 => 'class.sqlite3stmt.php',
    1 => 'SQLite3Stmt',
  ),
  'prev' => 
  array (
    0 => 'sqlite3stmt.readonly.php',
    1 => 'SQLite3Stmt::readOnly',
  ),
  'next' => 
  array (
    0 => 'class.sqlite3result.php',
    1 => 'SQLite3Result',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'pt_BR',
    'path' => 'reference/sqlite3/sqlite3stmt/reset.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="sqlite3stmt.reset" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">SQLite3Stmt::reset</h1>
  <p class="verinfo">(PHP 5 &gt;= 5.3.0, PHP 7, PHP 8)</p><p class="refpurpose"><span class="refname">SQLite3Stmt::reset</span> &mdash; <span class="dc-title">Reseta a declaração preparada</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-sqlite3stmt.reset-description">
  <h3 class="title">Descrição</h3>
  <div class="methodsynopsis dc-description">
   <span class="modifier">public</span> <span class="methodname"><strong>SQLite3Stmt::reset</strong></span>(): <span class="type"><a href="language.types.boolean.php" class="type bool">bool</a></span></div>

  <p class="para rdfs-comment">
   Reseta a declaração preparada para seu estado anterior à execução. Todas as ligações
   permanecem intactas após o reset.
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-sqlite3stmt.reset-parameters">
  <h3 class="title">Parâmetros</h3>
  <p class="para">Esta função não possui parâmetros.</p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-sqlite3stmt.reset-returnvalues">
  <h3 class="title">Valor Retornado</h3>
  <p class="para">
   Retorna <strong><code><a href="reserved.constants.php#constant.true">true</a></code></strong> se a declaração for resetada com sucesso,  ou <strong><code><a href="reserved.constants.php#constant.false">false</a></code></strong> em caso de falha.
  </p>
 </div>


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