<?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 => 'tr',
  ),
  'this' => 
  array (
    0 => 'sqlite3stmt.execute.php',
    1 => 'SQLite3Stmt::execute',
    2 => 'Hazır deyimi &ccedil;alıştırır ve sonu&ccedil; k&uuml;mesini bir nesne olarak
  d&ouml;nd&uuml;r&uuml;r',
  ),
  'up' => 
  array (
    0 => 'class.sqlite3stmt.php',
    1 => 'SQLite3Stmt',
  ),
  'prev' => 
  array (
    0 => 'sqlite3stmt.construct.php',
    1 => 'SQLite3Stmt::__construct',
  ),
  'next' => 
  array (
    0 => 'sqlite3stmt.getsql.php',
    1 => 'SQLite3Stmt::getSQL',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'tr',
    'path' => 'reference/sqlite3/sqlite3stmt/execute.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="sqlite3stmt.execute" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">SQLite3Stmt::execute</h1>
  <p class="verinfo">(PHP 5 &gt;= 5.3.0, PHP 7, PHP 8)</p><p class="refpurpose"><span class="refname">SQLite3Stmt::execute</span> &mdash; <span class="dc-title">Hazır deyimi çalıştırır ve sonuç kümesini bir nesne olarak
  döndürür</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-sqlite3stmt.execute-description">
  <h3 class="title">Açıklama</h3>
  <div class="methodsynopsis dc-description">
   <span class="modifier">public</span>
   <span class="methodname"><strong>SQLite3Stmt::execute</strong></span>(): <span class="type"><span class="type"><a href="class.sqlite3result.php" class="type SQLite3Result">SQLite3Result</a></span>|<span class="type"><a href="language.types.singleton.php" class="type false">false</a></span></span></div>

  <p class="para rdfs-comment">
   Hazır deyimi çalıştırır ve sonuç kümesini bir nesne olarak döndürür
  </p>
  <div class="caution"><strong class="caution">Dikkat</strong>
   <p class="para">
    Aynı deyim nesnesi üzerinde bu yöntem çağrılarak elde edilen sonuç kümesi
    nesneleri bağımsızdır, ancak aynı alt yapıyı paylaşırlar. Bu bakımdan aynı
    deyim nesnesi üzerinde tekrar <span class="methodname"><strong>SQLite3Stmt::execute()</strong></span>
    çağırmadan önce <span class="methodname"><a href="sqlite3result.finalize.php" class="methodname">SQLite3Result::finalize()</a></span> çağrılması
    önerilir.
   </p>
  </div>
 </div>


 <div class="refsect1 parameters" id="refsect1-sqlite3stmt.execute-parameters">
  <h3 class="title">Bağımsız Değişkenler</h3>
  <p class="para">Bu işlevin bağımsız değişkeni yoktur.</p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-sqlite3stmt.execute-returnvalues">
  <h3 class="title">Dönen Değerler</h3>
  <p class="para">
   İşlem başarılı olmuşsa bir <span class="classname"><a href="class.sqlite3result.php" class="classname">SQLite3Result</a></span> nesnesi
   yoksa <strong><code><a href="reserved.constants.php#constant.false">false</a></code></strong> döner.
  </p>
 </div>


 <div class="refsect1 seealso" id="refsect1-sqlite3stmt.execute-seealso">
  <h3 class="title">Ayrıca Bakınız</h3>
  <ul class="simplelist">
   <li><span class="methodname"><a href="sqlite3.prepare.php" class="methodname" rel="rdfs-seeAlso">SQLite3::prepare()</a> - &Ccedil;alıştırılmak &uuml;zere bir SQL sorgusu hazırlar</span></li>
   <li><span class="methodname"><a href="sqlite3stmt.bindvalue.php" class="methodname" rel="rdfs-seeAlso">SQLite3Stmt::bindValue()</a> - Bir bağımsız değişkenin değerini bir deyim değişkeni ile
  ilişkilendirir</span></li>
   <li><span class="methodname"><a href="sqlite3stmt.bindparam.php" class="methodname" rel="rdfs-seeAlso">SQLite3Stmt::bindParam()</a> - Bir PHP değişkenini bir SQL değişkeni ile ilişkilendirir</span></li>
  </ul>
 </div>


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