mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Update PDO::__construct() arg names to match those returned by reflection
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343237 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
e281abc42a
commit
71dcffaddf
1 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@
|
|||
<modifier>public</modifier> <methodname>PDO::__construct</methodname>
|
||||
<methodparam><type>string</type><parameter>dsn</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>string</type><parameter>username</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>string</type><parameter>password</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>string</type><parameter>passwd</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>array</type><parameter>options</parameter></methodparam>
|
||||
</constructorsynopsis>
|
||||
<para>
|
||||
|
@ -88,7 +88,7 @@
|
|||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term>password</term>
|
||||
<varlistentry><term>passwd</term>
|
||||
<listitem>
|
||||
<para>
|
||||
The password for the DSN string. This parameter is optional for
|
||||
|
|
Loading…
Reference in a new issue