fix: mssql_connect -> mssql_pconnect

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@230152 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Martin Samesch 2007-02-18 11:14:54 +00:00
parent bcb148b583
commit 4402c3bae5

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.6 $ -->
<!-- $Revision: 1.7 $ -->
<refentry id="function.mssql-pconnect">
<refnamediv>
<refname>mssql_pconnect</refname>
@ -69,12 +69,13 @@
<term><parameter>new_link</parameter></term>
<listitem>
<para>
If a second call is made to <function>mssql_connect</function> with the
same arguments, no new link will be established, but instead, the link
identifier of the already opened link will be returned. This parameter
modifies this behavior and makes <function>mssql_connect</function>
always open a new link, even if <function>mssql_connect</function> was
called before with the same parameters.
If a second call is made to <function>mssql_pconnect</function> with
the same arguments, no new link will be established, but instead, the
link identifier of the already opened link will be returned. This
parameter modifies this behavior and makes
<function>mssql_pconnect</function> always open a new link, even if
<function>mssql_pconnect</function> was called before with the same
parameters.
</para>
</listitem>
</varlistentry>