Document odbc_binmode() and odbc_longreadlen() defaults

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350635 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Christoph Michael Becker 2020-09-25 12:01:42 +00:00
parent b929019816
commit 1c37e22f7d
3 changed files with 6 additions and 0 deletions

View file

@ -16,6 +16,8 @@
Enables handling of binary column data. ODBC SQL types affected are
<literal>BINARY</literal>, <literal>VARBINARY</literal>, and
<literal>LONGVARBINARY</literal>.
The default mode can be set using the
<link linkend="ini.uodbc.defaultbinmode">uodbc.defaultbinmode</link> &php.ini; directive.
</para>
<para>
When binary SQL data is converted to character C data, each byte

View file

@ -14,6 +14,8 @@
</methodsynopsis>
<para>
Enables handling of LONG and LONGVARBINARY columns.
The default length can be set using the
<link linkend="ini.uodbc.defaultlrl">uodbc.defaultlrl</link> &php.ini; directive.
</para>
</refsect1>
<refsect1 role="parameters">

View file

@ -190,6 +190,7 @@
<para>
Handling of LONG fields. Specifies the number of bytes returned to
variables.
See <function>odbc_longreadlen</function> for details.
</para>
&ini.shorthandbytes;
@ -205,6 +206,7 @@
<listitem>
<para>
Handling of binary data.
See <function>odbc_binmode</function> for details.
</para>
</listitem>
</varlistentry>