2003-09-02 11:40:36 +00:00
|
|
|
<?xml version="1.0" encoding="iso-8859-1"?>
|
2007-06-16 21:52:41 +00:00
|
|
|
<!-- $Revision: 1.2 $ -->
|
|
|
|
<refentry id="function.ibase-num-params">
|
|
|
|
<refnamediv>
|
|
|
|
<refname>ibase_num_params</refname>
|
|
|
|
<refpurpose>Return the number of parameters in a prepared query</refpurpose>
|
|
|
|
</refnamediv>
|
|
|
|
<refsect1>
|
|
|
|
<title>Description</title>
|
|
|
|
<methodsynopsis>
|
|
|
|
<type>int</type><methodname>ibase_num_params</methodname>
|
|
|
|
<methodparam><type>resource</type><parameter>query</parameter></methodparam>
|
|
|
|
</methodsynopsis>
|
|
|
|
<para>
|
|
|
|
This function returns the number of parameters in the prepared query specified
|
|
|
|
by <parameter>query</parameter>. This is the number of binding arguments that
|
|
|
|
must be present when calling <function>ibase_execute</function>.
|
|
|
|
</para>
|
|
|
|
<para>
|
|
|
|
See also
|
|
|
|
<function>ibase_prepare</function> and
|
|
|
|
<function>ibase_param_info</function>.
|
|
|
|
</para>
|
|
|
|
</refsect1>
|
|
|
|
</refentry>
|
2003-09-02 11:40:36 +00:00
|
|
|
|
|
|
|
<!-- Keep this comment at the end of the file
|
|
|
|
Local variables:
|
|
|
|
mode: sgml
|
|
|
|
sgml-omittag:t
|
|
|
|
sgml-shorttag:t
|
|
|
|
sgml-minimize-attributes:nil
|
|
|
|
sgml-always-quote-attributes:t
|
|
|
|
sgml-indent-step:1
|
|
|
|
sgml-indent-data:t
|
|
|
|
indent-tabs-mode:nil
|
|
|
|
sgml-parent-document:nil
|
|
|
|
sgml-default-dtd-file:"../../../../manual.ced"
|
|
|
|
sgml-exposed-tags:nil
|
|
|
|
sgml-local-catalogs:nil
|
|
|
|
sgml-local-ecat-files:nil
|
|
|
|
End:
|
|
|
|
vim600: syn=xml fen fdm=syntax fdl=2 si
|
|
|
|
vim: et tw=78 syn=sgml
|
|
|
|
vi: ts=1 sw=1
|
|
|
|
-->
|