⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 class.sqlite3-stmt.html

📁 php的帮助文档,涉及到PHP的案例和基本语法,以及实际应用内容
💻 HTML
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html> <head>  <title>The SQLite3_stmt class</title>  <meta http-equiv="content-type" content="text/html; charset=UTF-8"> </head> <body><div style="text-align: center;"> <div class="prev" style="text-align: left; float: left;"><a href="sqlite3.version.html">SQLite3::version</a></div> <div class="next" style="text-align: right; float: right;"><a href="sqlite3-stmt.bindparam.html">SQLite3_stmt::bindParam</a></div> <div class="up"><a href="book.sqlite3.html">SQLite3</a></div> <div class="home"><a href="index.html">PHP Manual</a></div></div><hr /><div> <h1 class="title">The SQLite3_stmt class</h1>  <div class="partintro">  <div id="sqlite3-stmt.intro" class="section">   <h2 class="title">Introduction</h2>   <p class="para">    Description of the class.   </p>  </div>  <div id="sqlite3-stmt.synopsis" class="section">   <h2 class="title">Class synopsis</h2>   <div class="classsynopsis">    <div class="ooclass"><b class="classname">SQLite3_stmt</b></div>    <div class="classsynopsisinfo">     <span class="ooclass">      <b class="classname">SQLite3_stmt</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"><b><a href="sqlite3-stmt.bindparam.html" class="function">SQLite3_stmt::bindParam</a></b></span>    ( <span class="methodparam"><span class="type">int</span> <tt class="parameter">$param_number</tt></span>   , <span class="methodparam"><span class="type"><a href="language.pseudo-types.html#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"><b><a href="sqlite3-stmt.bindvalue.html" class="function">SQLite3_stmt::bindValue</a></b></span>    ( <span class="methodparam"><span class="type">int</span> <tt class="parameter">$param_number</tt></span>   , <span class="methodparam"><span class="type"><a href="language.pseudo-types.html#language.types.mixed" class="type mixed">mixed</a></span> <tt class="parameter">$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"><b><a href="sqlite3-stmt.clear.html" class="function">SQLite3_stmt::clear</a></b></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"><b><a href="sqlite3-stmt.close.html" class="function">SQLite3_stmt::close</a></b></span>    ( <span class="methodparam">void</span>   )</div><div class="methodsynopsis dc-description">   <span class="modifier">public</span> <span class="type">SQLite3_result</span> <span class="methodname"><b><a href="sqlite3-stmt.execute.html" class="function">SQLite3_stmt::execute</a></b></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"><b><a href="sqlite3-stmt.paramcount.html" class="function">SQLite3_stmt::paramCount</a></b></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"><b><a href="sqlite3-stmt.reset.html" class="function">SQLite3_stmt::reset</a></b></span>    ( <span class="methodparam">void</span>   )</div>   }</div>  </div> </div> <h2>Table of Contents</h2><ul class="chunklist chunklist_reference"><li><a href="sqlite3-stmt.bindparam.html">SQLite3_stmt::bindParam</a> 鈥

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -