From 578b162c8a59eaa35c060f173c790d8fd2b5e455 Mon Sep 17 00:00:00 2001 From: Hartmut Holzgraefe Date: Fri, 16 Nov 2001 22:23:10 +0000 Subject: [PATCH] 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 --- functions/msql.xml | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/functions/msql.xml b/functions/msql.xml index 9eace859b1..47bc0f2662 100644 --- a/functions/msql.xml +++ b/functions/msql.xml @@ -1,5 +1,5 @@ - + mSQL functions mSQL @@ -127,7 +127,7 @@ string - hostname:port + server string @@ -148,8 +148,9 @@ msql_connect establishes a connection to a - mSQL server. The hostname argument is optional, and if it's - missing, localhost is assumed. + mSQL server. The server parameter can also + include a port number. eg. "hostname:port". It defaults + to 'localhost'. In case a second call is made to @@ -918,12 +919,7 @@ int msql_pconnect string - hostname - - - string - - hostname:port + server string