mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
removed optional bloat from prototype
and fixed pconnect proto git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@62615 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
0a09869a53
commit
578b162c8a
1 changed files with 6 additions and 10 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.16 $ -->
|
||||
<!-- $Revision: 1.17 $ -->
|
||||
<reference id="ref.msql">
|
||||
<title>mSQL functions</title>
|
||||
<titleabbrev>mSQL</titleabbrev>
|
||||
|
@ -127,7 +127,7 @@
|
|||
</paramdef>
|
||||
<paramdef>string
|
||||
<parameter>
|
||||
<optional>hostname<optional>:port</optional></optional>
|
||||
<optional>server</optional>
|
||||
</parameter>
|
||||
</paramdef>
|
||||
<paramdef>string
|
||||
|
@ -148,8 +148,9 @@
|
|||
</para>
|
||||
<para>
|
||||
<function>msql_connect</function> establishes a connection to a
|
||||
mSQL server. The hostname argument is optional, and if it's
|
||||
missing, localhost is assumed.
|
||||
mSQL server. The <paramter>server</parameter> parameter can also
|
||||
include a port number. eg. "hostname:port". It defaults
|
||||
to 'localhost'.
|
||||
</para>
|
||||
<para>
|
||||
In case a second call is made to
|
||||
|
@ -918,12 +919,7 @@
|
|||
<funcdef>int <function>msql_pconnect</function></funcdef>
|
||||
<paramdef>string
|
||||
<parameter>
|
||||
<optional>hostname</optional>
|
||||
</parameter>
|
||||
</paramdef>
|
||||
<paramdef>string
|
||||
<parameter>
|
||||
<optional>hostname<optional>:port</optional></optional>
|
||||
<optional>server</optional>
|
||||
</parameter>
|
||||
</paramdef>
|
||||
<paramdef>string
|
||||
|
|
Loading…
Reference in a new issue