zak             Wed Sep 11 04:31:10 2002 EDT

  Modified files:              
    /phpdoc/en/functions        msql.xml 
  Log:
  Removed spurious 'hostname' argument for msql_connect(). Clarified 'server' 
parameter description for msql_connect()
  
  
Index: phpdoc/en/functions/msql.xml
diff -u phpdoc/en/functions/msql.xml:1.26 phpdoc/en/functions/msql.xml:1.27
--- phpdoc/en/functions/msql.xml:1.26   Wed Apr 17 15:58:44 2002
+++ phpdoc/en/functions/msql.xml        Wed Sep 11 04:31:09 2002
@@ -8,7 +8,7 @@
      instead -->
      
      <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.26 $ -->
+<!-- $Revision: 1.27 $ -->
  <reference id="ref.msql">
   <title>mSQL functions</title>
   <titleabbrev>mSQL</titleabbrev>
@@ -33,13 +33,13 @@
    </refnamediv>
    <refsect1>
     <title>Description</title>
-     <methodsynopsis>
+     <methodsynopsi
       <type>int</type><methodname>msql</methodname>
       <methodparam><type>string</type><parameter>database</parameter></methodparam>
       <methodparam><type>string</type><parameter>query</parameter></methodparam>
       
<methodparam><type>int</type><parameter>link_identifier</parameter></methodparam>
      </methodsynopsis>
-    <para> 
+    <para> xs
      Returns a positive mSQL query identifier to the query result, or
      &false; on error.
     </para>  
@@ -123,9 +123,6 @@
      <methodsynopsis>
       <type>int</type><methodname>msql_connect</methodname>
       <methodparam choice="opt"><type>string</type><parameter>
-        hostname
-       </parameter></methodparam>
-      <methodparam choice="opt"><type>string</type><parameter>
         server
        </parameter></methodparam>
       <methodparam choice="opt"><type>string</type><parameter>
@@ -141,9 +138,10 @@
     </para>
     <para>
      <function>msql_connect</function> establishes a connection to a
-     mSQL server.  The <parameter>server</parameter> parameter can also
-     include a port number. eg. &quot;hostname:port&quot;. It defaults 
-     to 'localhost'.
+     mSQL server.  The <parameter>server</parameter> parameter is a hostname
+     or IP address, and can optionally include a port number after a single
+     colon. eg. &quot;192.168.0.2:4322&quot;. It defaults to 'localhost' and 
+     port '4333' if the argument is not set.
     </para>
     <para>
      In case a second call is made to



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to