mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
updating param name to reflect the proper object it's looking for
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@91679 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
ba96ea06ad
commit
b54c02163f
1 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- splitted from ./en/functions/uodbc.xml, last change in rev 1.3 -->
|
||||
<refentry id="function.odbc-columns">
|
||||
<refnamediv>
|
||||
|
@ -15,7 +15,7 @@
|
|||
<type>int</type><methodname>odbc_columns</methodname>
|
||||
<methodparam><type>resource</type><parameter>connection_id</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>string</type><parameter>qualifier</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>string</type><parameter>owner</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>string</type><parameter>schema</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>string</type><parameter>table_name</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>string</type><parameter>column_name</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
|
@ -45,7 +45,7 @@
|
|||
TABLE_NAME.
|
||||
</simpara>
|
||||
<para>
|
||||
The <parameter>owner</parameter>,
|
||||
The <parameter>schema</parameter>,
|
||||
<parameter>table_name</parameter> and
|
||||
<parameter>column_name</parameter> arguments accept search
|
||||
patterns ('%' to match zero or more characters and '_' to match a
|
||||
|
|
Loading…
Reference in a new issue