mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Returns list of DNS (bug #27249)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@168678 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
c0726c42d3
commit
802ac1ac8d
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 $ -->
|
||||
<refentry id="function.odbc-data-source">
|
||||
<refnamediv>
|
||||
<refname>odbc_data_source</refname>
|
||||
|
@ -16,8 +16,8 @@
|
|||
Returns &false; on error, and an array upon success.
|
||||
</para>
|
||||
<para>
|
||||
This function will return information about the active connection
|
||||
following the information from within the DSN. The
|
||||
This function will return the list of avaible DNS (after calling it
|
||||
several times). The
|
||||
<parameter>connection_id</parameter> is required to be a valid ODBC
|
||||
connection. The <parameter>fetch_type</parameter> can be one of two
|
||||
constant types: SQL_FETCH_FIRST, SQL_FETCH_NEXT. Use SQL_FETCH_FIRST the
|
||||
|
|
Loading…
Reference in a new issue