Source of: /manual/fa/class.sqlite3stmt.php
<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/book.sqlite3.inc";
$setup = array (
'home' =>
array (
0 => 'index.php',
1 => 'PHP Manual',
),
'head' =>
array (
0 => 'UTF-8',
1 => 'fa',
),
'this' =>
array (
0 => 'class.sqlite3stmt.php',
1 => 'SQLite3Stmt',
),
'up' =>
array (
0 => 'book.sqlite3.php',
1 => 'SQLite3',
),
'prev' =>
array (
0 => 'sqlite3.version.php',
1 => 'SQLite3::version',
),
'next' =>
array (
0 => 'sqlite3stmt.bindparam.php',
1 => 'SQLite3Stmt::bindParam',
),
'extra_header_links' =>
array (
'rel' => 'alternate',
'href' => '/manual/en/feeds/class.sqlite3stmt.atom',
'type' => 'application/atom+xml',
),
);
$setup["toc"] = $TOC;
$setup["parents"] = $PARENTS;
manual_setup($setup);
manual_header();
?>
<div id="class.sqlite3stmt" class="reference">
<h1 class="title">کلاس SQLite3Stmt</h1>
<div class="partintro">
<div class="section" id="sqlite3stmt.intro">
<h2 class="title">Introduction</h2>
<p class="para">
کلاس جملههای آماده ضمیمه SQLite 3.
</p>
</div>
<div class="section" id="sqlite3stmt.synopsis">
<h2 class="title">Class synopsis</h2>
<div class="classsynopsis">
<div class="ooclass"></div>
<div class="classsynopsisinfo">
<span class="ooclass">
<b class="classname">SQLite3Stmt</b>
</span>
{</div>
<div class="classsynopsisinfo classsynopsisinfo_comment">/* Methods */</div>
<div class="methodsynopsis dc-description">
<span class="modifier">public</span> <span class="type">bool</span> <span class="methodname"><a href="sqlite3stmt.bindparam.php" class="methodname">bindParam</a></span>
( <span class="methodparam"><span class="type">string</span> <tt class="parameter">$sql_param</tt></span>
, <span class="methodparam"><span class="type"><a href="language.pseudo-types.php#language.types.mixed" class="type mixed">mixed</a></span> <tt class="parameter reference">&$param</tt></span>
[, <span class="methodparam"><span class="type">int</span> <tt class="parameter">$type</tt></span>
] )</div>
<div class="methodsynopsis dc-description">
<span class="modifier">public</span> <span class="type">bool</span> <span class="methodname"><a href="sqlite3stmt.bindvalue.php" class="methodname">bindValue</a></span>
( <span class="methodparam"><span class="type">string</span> <tt class="parameter">$sql_param</tt></span>
, <span class="methodparam"><span class="type"><a href="language.pseudo-types.php#language.types.mixed" class="type mixed">mixed</a></span> <tt class="parameter">$value</tt></span>
[, <span class="methodparam"><span class="type">int</span> <tt class="parameter">$type</tt></span>
] )</div>
<div class="methodsynopsis dc-description">
<span class="modifier">public</span> <span class="type">bool</span> <span class="methodname"><a href="sqlite3stmt.clear.php" class="methodname">clear</a></span>
( <span class="methodparam">void</span>
)</div>
<div class="methodsynopsis dc-description">
<span class="modifier">public</span> <span class="type">bool</span> <span class="methodname"><a href="sqlite3stmt.close.php" class="methodname">close</a></span>
( <span class="methodparam">void</span>
)</div>
<div class="methodsynopsis dc-description">
<span class="modifier">public</span> <span class="type">SQLite3Result</span> <span class="methodname"><a href="sqlite3stmt.execute.php" class="methodname">execute</a></span>
( <span class="methodparam">void</span>
)</div>
<div class="methodsynopsis dc-description">
<span class="modifier">public</span> <span class="type">int</span> <span class="methodname"><a href="sqlite3stmt.paramcount.php" class="methodname">paramCount</a></span>
( <span class="methodparam">void</span>
)</div>
<div class="methodsynopsis dc-description">
<span class="modifier">public</span> <span class="type">bool</span> <span class="methodname"><a href="sqlite3stmt.reset.php" class="methodname">reset</a></span>
( <span class="methodparam">void</span>
)</div>
}</div>
</div>
</div>
<h2>Table of Contents</h2><ul class="chunklist chunklist_reference"><li><a href="sqlite3stmt.bindparam.php">SQLite3Stmt::bindParam</a> — انقیاد پارامتر به متغیر عبارت</li><li><a href="sqlite3stmt.bindvalue.php">SQLite3Stmt::bindValue</a> — انقیاد مقدار پارامتر به متغیر عبارت</li><li><a href="sqlite3stmt.clear.php">SQLite3Stmt::clear</a> — پاک کردن تمام پارامترهای محدود فعلی</li><li><a href="sqlite3stmt.close.php">SQLite3Stmt::close</a> — بستن عبارت از پیش‌آماده</li><li><a href="sqlite3stmt.execute.php">SQLite3Stmt::execute</a> — اجرای عبارت از پیش‌آماده و بازگرداندن شی مجموعه نتیجه</li><li><a href="sqlite3stmt.paramcount.php">SQLite3Stmt::paramCount</a> — بازگرداندن تعداد پارامترها در عبارت از پیش‌آماده</li><li><a href="sqlite3stmt.reset.php">SQLite3Stmt::reset</a> — بازنشانی عبارت از پیش آماده</li></ul>
</div>
<?php manual_footer(); ?>