mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Added information about default value of $type parameter (#43654)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@249176 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
cbc6610446
commit
c4fe7fb32c
1 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.15 $ -->
|
||||
<!-- $Revision: 1.16 $ -->
|
||||
<refentry xml:id="function.oci-bind-by-name" xmlns="http://docbook.org/ns/docbook">
|
||||
<refnamediv>
|
||||
<refname>oci_bind_by_name</refname>
|
||||
|
@ -71,8 +71,8 @@
|
|||
<function>oci_new_descriptor</function> function. The
|
||||
<parameter>length</parameter> is not used for abstract datatypes
|
||||
and should be set to -1. The <parameter>type</parameter> parameter
|
||||
tells Oracle which descriptor is used. Possible
|
||||
values are:
|
||||
tells Oracle which descriptor is used. Default to <constant>SQLT_CHR</constant>.
|
||||
Possible values are:
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>
|
||||
|
|
Loading…
Reference in a new issue