mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
corrected issue in bug #10153
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@50263 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
e50a121d8e
commit
a50f27d838
1 changed files with 6 additions and 0 deletions
|
@ -224,6 +224,12 @@ $dbconn3 = pg_Connect ("host=sheep port=5432 dbname=mary user=lamb password=baaa
|
|||
<parameter>options</parameter>, <parameter>dbname</parameter>,
|
||||
<parameter>user</parameter>, and <parameter>password</parameter>.
|
||||
</para>
|
||||
<para>
|
||||
If a second call is made to <function>pg_connect</function> with
|
||||
the same arguments, no new connection will be established, but
|
||||
instead, the connection index of the already opened connection
|
||||
will be returned.
|
||||
</para>
|
||||
<para>
|
||||
This function returns a connection index that is needed by other
|
||||
PostgreSQL functions. You can have multiple connections open at
|
||||
|
|
Loading…
Reference in a new issue