dams Thu Feb 13 21:48:51 2003 EDT
Modified files:
/phpdoc/en/reference/msql/functions msql-connect.xml
msql-data-seek.xml
msql-pconnect.xml
msql-query.xml
Log:
minor updates
Index: phpdoc/en/reference/msql/functions/msql-connect.xml
diff -u phpdoc/en/reference/msql/functions/msql-connect.xml:1.2
phpdoc/en/reference/msql/functions/msql-connect.xml:1.3
--- phpdoc/en/reference/msql/functions/msql-connect.xml:1.2 Wed Apr 17 02:40:52
2002
+++ phpdoc/en/reference/msql/functions/msql-connect.xml Thu Feb 13 21:48:51 2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/msql.xml, last change in rev 1.2 -->
<refentry id="function.msql-connect">
<refnamediv>
@@ -24,16 +24,16 @@
</parameter></methodparam>
</methodsynopsis>
<para>
- Returns a positive mSQL link identifier on success, or &false; on
- error.
- </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. "hostname:port". It defaults
to 'localhost'.
</para>
<para>
+ Returns a positive mSQL link identifier on success, or &false; on
+ error.
+ </para>
+ <para>
In case a second call is made to
<function>msql_connect</function> with the same arguments, no new
link will be established, but instead, the link identifier of the
@@ -45,7 +45,8 @@
<function>msql_close</function>.
</para>
<para>
- See also <function>msql_pconnect</function>,
+ See also
+ <function>msql_pconnect</function> et
<function>msql_close</function>.
</para>
</refsect1>
Index: phpdoc/en/reference/msql/functions/msql-data-seek.xml
diff -u phpdoc/en/reference/msql/functions/msql-data-seek.xml:1.3
phpdoc/en/reference/msql/functions/msql-data-seek.xml:1.4
--- phpdoc/en/reference/msql/functions/msql-data-seek.xml:1.3 Sun Aug 25 15:52:42
2002
+++ phpdoc/en/reference/msql/functions/msql-data-seek.xml Thu Feb 13 21:48:51
+2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/msql.xml, last change in rev 1.2 -->
<refentry id="function.msql-data-seek">
<refnamediv>
@@ -14,17 +14,18 @@
<methodparam><type>int</type><parameter>row_number</parameter></methodparam>
</methodsynopsis>
<para>
- &return.success;
- </para>
- <para>
<function>msql_data_seek</function> moves the internal row
pointer of the mSQL result associated with the specified query
identifier to point to the specifyed row number. The next call
to <function>msql_fetch_row</function> would return that
row.
</para>
+ <para>
+ &return.success;
+ </para>
<para>
- See also: <function>msql_fetch_row</function>.
+ See also
+ <function>msql_fetch_row</function>.
</para>
</refsect1>
</refentry>
Index: phpdoc/en/reference/msql/functions/msql-pconnect.xml
diff -u phpdoc/en/reference/msql/functions/msql-pconnect.xml:1.2
phpdoc/en/reference/msql/functions/msql-pconnect.xml:1.3
--- phpdoc/en/reference/msql/functions/msql-pconnect.xml:1.2 Wed Apr 17 02:40:57
2002
+++ phpdoc/en/reference/msql/functions/msql-pconnect.xml Thu Feb 13 21:48:51
+2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/msql.xml, last change in rev 1.2 -->
<refentry id="function.msql-pconnect">
<refnamediv>
@@ -20,10 +20,6 @@
password
</parameter></methodparam>
</methodsynopsis>
- <para>
- Returns a positive mSQL persistent link identifier on success, or
- &false; on error.
- </para>
<para>
<function>msql_pconnect</function> acts very much like
<function>msql_connect</function> with two major differences.
@@ -39,6 +35,10 @@
the execution of the script ends. Instead, the link will remain
open for future use (<function>msql_close</function> will not
close links established by <function>msql_pconnect</function>).
+ </para>
+ <para>
+ Returns a positive mSQL persistent link identifier on success, or
+ &false; on error.
</para>
<para>
This type of links is therefore called 'persistent'.
Index: phpdoc/en/reference/msql/functions/msql-query.xml
diff -u phpdoc/en/reference/msql/functions/msql-query.xml:1.2
phpdoc/en/reference/msql/functions/msql-query.xml:1.3
--- phpdoc/en/reference/msql/functions/msql-query.xml:1.2 Wed Apr 17 02:40:57
2002
+++ phpdoc/en/reference/msql/functions/msql-query.xml Thu Feb 13 21:48:51 2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/msql.xml, last change in rev 1.2 -->
<refentry id="function.msql-query">
<refnamediv>
@@ -26,7 +26,7 @@
error.
</para>
<example>
- <title><function>msql_query</function></title>
+ <title><function>msql_query</function> example</title>
<programlisting role="php">
<![CDATA[
<?php
@@ -48,7 +48,8 @@
</programlisting>
</example>
<para>
- See also: <function>msql</function>,
+ See also
+ <function>msql</function>,
<function>msql_select_db</function>, and
<function>msql_connect</function>.
</para>
--
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php