mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Adding optional parameters to sybase_connect and sybase_pconnect
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@33469 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
2a34f735e6
commit
777fe06346
1 changed files with 2 additions and 0 deletions
|
@ -81,6 +81,7 @@
|
|||
<paramdef>string <parameter>servername</parameter></paramdef>
|
||||
<paramdef>string <parameter>username</parameter></paramdef>
|
||||
<paramdef>string <parameter>password</parameter></paramdef>
|
||||
<paramdef>string <parameter><optional>charset</optional></parameter></paramdef>
|
||||
</funcprototype>
|
||||
</funcsynopsis>
|
||||
<para> Returns: A positive Sybase link identifier on success, or
|
||||
|
@ -393,6 +394,7 @@
|
|||
<paramdef>string <parameter>servername</parameter></paramdef>
|
||||
<paramdef>string <parameter>username</parameter></paramdef>
|
||||
<paramdef>string <parameter>password</parameter></paramdef>
|
||||
<paramdef>string <parameter><optional>charset</optional></parameter></paramdef>
|
||||
</funcprototype>
|
||||
</funcsynopsis>
|
||||
<para>
|
||||
|
|
Loading…
Reference in a new issue