Added note about default value for $type parameter.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@269216 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Ben Ramsey 2008-11-18 00:51:01 +00:00
parent 5250314b40
commit d0d4736230
2 changed files with 6 additions and 4 deletions

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision: 1.3 $ -->
<!-- $Revision: 1.4 $ -->
<refentry xml:id="sqlite3-stmt.bindparam" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
@ -45,7 +45,8 @@
<term><parameter>type</parameter></term>
<listitem>
<para>
The data type of the parameter to bind.
The data type of the parameter to bind. Defaults to
<constant>SQLITE3_TEXT</constant>.
<itemizedlist>
<listitem>
<para>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision: 1.3 $ -->
<!-- $Revision: 1.4 $ -->
<refentry xml:id="sqlite3-stmt.bindvalue" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
@ -45,7 +45,8 @@
<term><parameter>type</parameter></term>
<listitem>
<para>
The data type of the value to bind.
The data type of the value to bind. Defaults to
<constant>SQLITE3_TEXT</constant>.
<itemizedlist>
<listitem>
<para>