<?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 => 'ja',
  ),
  'this' => 
  array (
    0 => 'sqlite3stmt.paramcount.php',
    1 => 'SQLite3Stmt::paramCount',
    2 => 'プリペアドステートメント内のパラメータの数を返す',
  ),
  'up' => 
  array (
    0 => 'class.sqlite3stmt.php',
    1 => 'SQLite3Stmt',
  ),
  'prev' => 
  array (
    0 => 'sqlite3stmt.getsql.php',
    1 => 'SQLite3Stmt::getSQL',
  ),
  'next' => 
  array (
    0 => 'sqlite3stmt.readonly.php',
    1 => 'SQLite3Stmt::readOnly',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'ja',
    'path' => 'reference/sqlite3/sqlite3stmt/paramcount.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="sqlite3stmt.paramcount" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">SQLite3Stmt::paramCount</h1>
  <p class="verinfo">(PHP 5 &gt;= 5.3.0, PHP 7, PHP 8)</p><p class="refpurpose"><span class="refname">SQLite3Stmt::paramCount</span> &mdash; <span class="dc-title">プリペアドステートメント内のパラメータの数を返す</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-sqlite3stmt.paramcount-description">
  <h3 class="title">説明</h3>
  <div class="methodsynopsis dc-description">
   <span class="modifier">public</span> <span class="methodname"><strong>SQLite3Stmt::paramCount</strong></span>(): <span class="type"><a href="language.types.integer.php" class="type int">int</a></span></div>

  <p class="para rdfs-comment">
   プリペアドステートメント内のパラメータの数を返します。
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-sqlite3stmt.paramcount-parameters">
  <h3 class="title">パラメータ</h3>
  <p class="para">この関数にはパラメータはありません。</p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-sqlite3stmt.paramcount-returnvalues">
  <h3 class="title">戻り値</h3>
  <p class="para">
   プリペアドステートメント内のパラメータの数を返します。
  </p>
 </div>


 <div class="refsect1 seealso" id="refsect1-sqlite3stmt.paramcount-seealso">
  <h3 class="title">参考</h3>
  <ul class="simplelist">
   <li><span class="methodname"><a href="sqlite3.prepare.php" class="methodname" rel="rdfs-seeAlso">SQLite3::prepare()</a> - 実行する SQL 文を準備する</span></li>
  </ul>
 </div>


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