<?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 => 'ru',
  ),
  'this' => 
  array (
    0 => 'sqlite3stmt.construct.php',
    1 => 'SQLite3Stmt::__construct',
    2 => 'Конструктор класса SQLite3Stmt',
  ),
  'up' => 
  array (
    0 => 'class.sqlite3stmt.php',
    1 => 'SQLite3Stmt',
  ),
  'prev' => 
  array (
    0 => 'sqlite3stmt.close.php',
    1 => 'SQLite3Stmt::close',
  ),
  'next' => 
  array (
    0 => 'sqlite3stmt.execute.php',
    1 => 'SQLite3Stmt::execute',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'ru',
    'path' => 'reference/sqlite3/sqlite3stmt/construct.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="sqlite3stmt.construct" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">SQLite3Stmt::__construct</h1>
  <p class="verinfo">(No version information available, might only be in Git)</p><p class="refpurpose"><span class="refname">SQLite3Stmt::__construct</span> &mdash; <span class="dc-title">Конструктор класса SQLite3Stmt</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-sqlite3stmt.construct-description">
  <h3 class="title">Описание</h3>
  <div class="constructorsynopsis dc-description">
   <span class="modifier">private</span> <span class="methodname"><strong>SQLite3Stmt::__construct</strong></span>(<span class="methodparam"><span class="type"><a href="class.sqlite3.php" class="type SQLite3">SQLite3</a></span> <code class="parameter">$sqlite3</code></span>, <span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$query</code></span>)</div>

  <p class="para rdfs-comment">
   Экземпляры <span class="classname"><a href="class.sqlite3stmt.php" class="classname">SQLite3Stmt</a></span> создаются
   с помощью <span class="methodname"><a href="sqlite3.prepare.php" class="methodname">SQLite3::prepare()</a></span>.
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-sqlite3stmt.construct-parameters">
  <h3 class="title">Список параметров</h3>
  <dl>
   
    <dt><code class="parameter">sqlite3</code></dt>
    <dd>
     <p class="para">

     </p>
    </dd>
   
   
    <dt><code class="parameter">query</code></dt>
    <dd>
     <p class="para">

     </p>
    </dd>
   
  </dl>
 </div>


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