didou Thu Jul 3 08:38:23 2003 EDT
Modified files:
/phpdoc/en/reference/mssql/functions mssql-bind.xml mssql-close.xml
mssql-data-seek.xml
mssql-execute.xml
mssql-fetch-array.xml
mssql-fetch-assoc.xml
mssql-fetch-batch.xml
mssql-fetch-field.xml
mssql-fetch-object.xml
mssql-fetch-row.xml
mssql-field-length.xml
mssql-field-name.xml
mssql-field-seek.xml
mssql-field-type.xml
mssql-free-result.xml
mssql-free-statement.xml
mssql-get-last-message.xml
mssql-guid-string.xml
mssql-init.xml
mssql-min-error-severity.xml
mssql-min-message-severity.xml
mssql-next-result.xml
mssql-num-fields.xml
mssql-num-rows.xml
mssql-query.xml
mssql-result.xml
mssql-rows-affected.xml
mssql-select-db.xml
Log:
protos update, removing unneeded <para>, adding entities
Index: phpdoc/en/reference/mssql/functions/mssql-bind.xml
diff -u phpdoc/en/reference/mssql/functions/mssql-bind.xml:1.4
phpdoc/en/reference/mssql/functions/mssql-bind.xml:1.5
--- phpdoc/en/reference/mssql/functions/mssql-bind.xml:1.4 Fri Jan 31 08:54:20
2003
+++ phpdoc/en/reference/mssql/functions/mssql-bind.xml Thu Jul 3 08:38:23 2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
<!-- splitted from ./en/functions/mssql.xml, last change in rev 1.24 -->
<refentry id='function.mssql-bind'>
<refnamediv>
@@ -11,8 +11,8 @@
<refsect1>
<title>Description</title>
<methodsynopsis>
- <type>int</type><methodname>mssql_bind</methodname>
- <methodparam><type>int</type><parameter>stmt</parameter></methodparam>
+ <type>bool</type><methodname>mssql_bind</methodname>
+ <methodparam><type>resource</type><parameter>stmt</parameter></methodparam>
<methodparam><type>string</type><parameter>param_name</parameter></methodparam>
<methodparam><type>mixed</type><parameter>var</parameter></methodparam>
<methodparam><type>int</type><parameter>type</parameter></methodparam>
@@ -20,13 +20,13 @@
<methodparam
choice="opt"><type>int</type><parameter>is_null</parameter></methodparam>
<methodparam
choice="opt"><type>int</type><parameter>maxlen</parameter></methodparam>
</methodsynopsis>
- <para>
+
&warn.undocumented.func;
- </para>
+
<para>
See also <function>mssql_execute</function>,
<function>mssql_free_statement</function>, and
- <function>mssql_init</function>
+ <function>mssql_init</function>.
</para>
</refsect1>
</refentry>
Index: phpdoc/en/reference/mssql/functions/mssql-close.xml
diff -u phpdoc/en/reference/mssql/functions/mssql-close.xml:1.3
phpdoc/en/reference/mssql/functions/mssql-close.xml:1.4
--- phpdoc/en/reference/mssql/functions/mssql-close.xml:1.3 Fri Feb 28 18:53:59
2003
+++ phpdoc/en/reference/mssql/functions/mssql-close.xml Thu Jul 3 08:38:23 2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/mssql.xml, last change in rev 1.2 -->
<refentry id="function.mssql-close">
<refnamediv>
@@ -9,8 +9,8 @@
<refsect1>
<title>Description</title>
<methodsynopsis>
- <type>int</type><methodname>mssql_close</methodname>
- <methodparam
choice="opt"><type>int</type><parameter>link_identifier</parameter></methodparam>
+ <type>bool</type><methodname>mssql_close</methodname>
+ <methodparam
choice="opt"><type>resource</type><parameter>link_identifier</parameter></methodparam>
</methodsynopsis>
<para>
<function>mssql_close</function> closes the link to a MS SQL
Index: phpdoc/en/reference/mssql/functions/mssql-data-seek.xml
diff -u phpdoc/en/reference/mssql/functions/mssql-data-seek.xml:1.3
phpdoc/en/reference/mssql/functions/mssql-data-seek.xml:1.4
--- phpdoc/en/reference/mssql/functions/mssql-data-seek.xml:1.3 Thu Jun 12 12:50:05
2003
+++ phpdoc/en/reference/mssql/functions/mssql-data-seek.xml Thu Jul 3 08:38:23
2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/mssql.xml, last change in rev 1.2 -->
<refentry id="function.mssql-data-seek">
<refnamediv>
@@ -9,8 +9,8 @@
<refsect1>
<title>Description</title>
<methodsynopsis>
- <type>int</type><methodname>mssql_data_seek</methodname>
-
<methodparam><type>int</type><parameter>result_identifier</parameter></methodparam>
+ <type>bool</type><methodname>mssql_data_seek</methodname>
+
<methodparam><type>resource</type><parameter>result_identifier</parameter></methodparam>
<methodparam><type>int</type><parameter>row_number</parameter></methodparam>
</methodsynopsis>
<para>
Index: phpdoc/en/reference/mssql/functions/mssql-execute.xml
diff -u phpdoc/en/reference/mssql/functions/mssql-execute.xml:1.6
phpdoc/en/reference/mssql/functions/mssql-execute.xml:1.7
--- phpdoc/en/reference/mssql/functions/mssql-execute.xml:1.6 Thu Jun 12 12:50:05
2003
+++ phpdoc/en/reference/mssql/functions/mssql-execute.xml Thu Jul 3 08:38:23
2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
<!-- splitted from ./en/functions/mssql.xml, last change in rev 1.24 -->
<refentry id='function.mssql-execute'>
<refnamediv>
@@ -11,12 +11,13 @@
<refsect1>
<title>Description</title>
<methodsynopsis>
- <type>int</type><methodname>mssql_execute</methodname>
- <methodparam><type>int</type><parameter>stmt</parameter></methodparam>
+ <type>mixed</type><methodname>mssql_execute</methodname>
+ <methodparam><type>resource</type><parameter>stmt</parameter></methodparam>
+ <methodparam
choice="opt"><type>bool</type><parameter>skip_results</parameter></methodparam>
</methodsynopsis>
- <para>
+
&warn.undocumented.func;
- </para>
+
<note>
<simpara>
If the stored procedure returns parameters or a return value these will
@@ -30,7 +31,7 @@
<para>
See also <function>mssql_bind</function>,
<function>mssql_free_statement</function>, and
- <function>mssql_init</function>
+ <function>mssql_init</function>.
</para>
</refsect1>
</refentry>
Index: phpdoc/en/reference/mssql/functions/mssql-fetch-array.xml
diff -u phpdoc/en/reference/mssql/functions/mssql-fetch-array.xml:1.5
phpdoc/en/reference/mssql/functions/mssql-fetch-array.xml:1.6
--- phpdoc/en/reference/mssql/functions/mssql-fetch-array.xml:1.5 Wed Jul 2
08:25:59 2003
+++ phpdoc/en/reference/mssql/functions/mssql-fetch-array.xml Thu Jul 3 08:38:23
2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
<!-- splitted from ./en/functions/mssql.xml, last change in rev 1.2 -->
<refentry id="function.mssql-fetch-array">
<refnamediv>
@@ -12,7 +12,7 @@
<title>Description</title>
<methodsynopsis>
<type>array</type><methodname>mssql_fetch_array</methodname>
- <methodparam><type>int</type><parameter>result</parameter></methodparam>
+ <methodparam><type>resource</type><parameter>result</parameter></methodparam>
<methodparam
choice="opt"><type>int</type><parameter>result_type</parameter></methodparam>
</methodsynopsis>
<para>
Index: phpdoc/en/reference/mssql/functions/mssql-fetch-assoc.xml
diff -u phpdoc/en/reference/mssql/functions/mssql-fetch-assoc.xml:1.2
phpdoc/en/reference/mssql/functions/mssql-fetch-assoc.xml:1.3
--- phpdoc/en/reference/mssql/functions/mssql-fetch-assoc.xml:1.2 Wed Apr 17
02:41:00 2002
+++ phpdoc/en/reference/mssql/functions/mssql-fetch-assoc.xml Thu Jul 3 08:38:23
2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/mssql.xml, last change in rev 1.24 -->
<refentry id='function.mssql-fetch-assoc'>
<refnamediv>
@@ -12,12 +12,12 @@
<title>Description</title>
<methodsynopsis>
<type>array</type><methodname>mssql_fetch_assoc</methodname>
- <methodparam><type>int</type><parameter>result_id</parameter></methodparam>
+ <methodparam><type>resource</type><parameter>result_id</parameter></methodparam>
<methodparam
choice="opt"><type>int</type><parameter>result_type</parameter></methodparam>
</methodsynopsis>
- <para>
+
&warn.undocumented.func;
- </para>
+
</refsect1>
</refentry>
Index: phpdoc/en/reference/mssql/functions/mssql-fetch-batch.xml
diff -u phpdoc/en/reference/mssql/functions/mssql-fetch-batch.xml:1.2
phpdoc/en/reference/mssql/functions/mssql-fetch-batch.xml:1.3
--- phpdoc/en/reference/mssql/functions/mssql-fetch-batch.xml:1.2 Wed Apr 17
02:41:00 2002
+++ phpdoc/en/reference/mssql/functions/mssql-fetch-batch.xml Thu Jul 3 08:38:23
2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/mssql.xml, last change in rev 1.24 -->
<refentry id='function.mssql-fetch-batch'>
<refnamediv>
@@ -12,11 +12,11 @@
<title>Description</title>
<methodsynopsis>
<type>int</type><methodname>mssql_fetch_batch</methodname>
-
<methodparam><type>string</type><parameter>result_index</parameter></methodparam>
+
<methodparam><type>resource</type><parameter>result_index</parameter></methodparam>
</methodsynopsis>
- <para>
+
&warn.undocumented.func;
- </para>
+
</refsect1>
</refentry>
Index: phpdoc/en/reference/mssql/functions/mssql-fetch-field.xml
diff -u phpdoc/en/reference/mssql/functions/mssql-fetch-field.xml:1.2
phpdoc/en/reference/mssql/functions/mssql-fetch-field.xml:1.3
--- phpdoc/en/reference/mssql/functions/mssql-fetch-field.xml:1.2 Wed Apr 17
02:41:00 2002
+++ phpdoc/en/reference/mssql/functions/mssql-fetch-field.xml Thu Jul 3 08:38:23
2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/mssql.xml, last change in rev 1.2 -->
<refentry id="function.mssql-fetch-field">
<refnamediv>
@@ -10,7 +10,7 @@
<title>Description</title>
<methodsynopsis>
<type>object</type><methodname>mssql_fetch_field</methodname>
- <methodparam><type>int</type><parameter>result</parameter></methodparam>
+ <methodparam><type>resource</type><parameter>result</parameter></methodparam>
<methodparam
choice="opt"><type>int</type><parameter>field_offset</parameter></methodparam>
</methodsynopsis>
<para>
@@ -46,7 +46,13 @@
<listitem>
<simpara>
numeric - 1 if the column is numeric
- </simpara></listitem>
+ </simpara>
+ </listitem>
+ <listitem>
+ <simpara>
+ type - the column type.
+ </simpara>
+ </listitem>
</itemizedlist>
<para>
See also <function>mssql_field_seek</function>.
Index: phpdoc/en/reference/mssql/functions/mssql-fetch-object.xml
diff -u phpdoc/en/reference/mssql/functions/mssql-fetch-object.xml:1.5
phpdoc/en/reference/mssql/functions/mssql-fetch-object.xml:1.6
--- phpdoc/en/reference/mssql/functions/mssql-fetch-object.xml:1.5 Wed Jul 2
08:25:59 2003
+++ phpdoc/en/reference/mssql/functions/mssql-fetch-object.xml Thu Jul 3 08:38:23
2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
<!-- splitted from ./en/functions/mssql.xml, last change in rev 1.2 -->
<refentry id="function.mssql-fetch-object">
<refnamediv>
@@ -10,7 +10,7 @@
<title>Description</title>
<methodsynopsis>
<type>object</type><methodname>mssql_fetch_object</methodname>
- <methodparam><type>int</type><parameter>result</parameter></methodparam>
+ <methodparam><type>resource</type><parameter>result</parameter></methodparam>
</methodsynopsis>
<para>
Returns: An object with properties that correspond to the fetched
Index: phpdoc/en/reference/mssql/functions/mssql-fetch-row.xml
diff -u phpdoc/en/reference/mssql/functions/mssql-fetch-row.xml:1.3
phpdoc/en/reference/mssql/functions/mssql-fetch-row.xml:1.4
--- phpdoc/en/reference/mssql/functions/mssql-fetch-row.xml:1.3 Fri Feb 28 18:53:59
2003
+++ phpdoc/en/reference/mssql/functions/mssql-fetch-row.xml Thu Jul 3 08:38:23
2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/mssql.xml, last change in rev 1.2 -->
<refentry id="function.mssql-fetch-row">
<refnamediv>
@@ -10,7 +10,7 @@
<title>Description</title>
<methodsynopsis>
<type>array</type><methodname>mssql_fetch_row</methodname>
- <methodparam><type>int</type><parameter>result</parameter></methodparam>
+ <methodparam><type>resource</type><parameter>result</parameter></methodparam>
</methodsynopsis>
<para>
Returns: An array that corresponds to the fetched row, or &false;
Index: phpdoc/en/reference/mssql/functions/mssql-field-length.xml
diff -u phpdoc/en/reference/mssql/functions/mssql-field-length.xml:1.2
phpdoc/en/reference/mssql/functions/mssql-field-length.xml:1.3
--- phpdoc/en/reference/mssql/functions/mssql-field-length.xml:1.2 Wed Apr 17
02:41:01 2002
+++ phpdoc/en/reference/mssql/functions/mssql-field-length.xml Thu Jul 3 08:38:23
2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/mssql.xml, last change in rev 1.3 -->
<refentry id="function.mssql-field-length">
<refnamediv>
@@ -10,12 +10,12 @@
<title>Description</title>
<methodsynopsis>
<type>int</type><methodname>mssql_field_length</methodname>
- <methodparam><type>int</type><parameter>result</parameter></methodparam>
+ <methodparam><type>resource</type><parameter>result</parameter></methodparam>
<methodparam
choice="opt"><type>int</type><parameter>offset</parameter></methodparam>
</methodsynopsis>
- <para>
+
&warn.undocumented.func;
- </para>
+
</refsect1>
</refentry>
Index: phpdoc/en/reference/mssql/functions/mssql-field-name.xml
diff -u phpdoc/en/reference/mssql/functions/mssql-field-name.xml:1.3
phpdoc/en/reference/mssql/functions/mssql-field-name.xml:1.4
--- phpdoc/en/reference/mssql/functions/mssql-field-name.xml:1.3 Wed Jul 2
08:25:59 2003
+++ phpdoc/en/reference/mssql/functions/mssql-field-name.xml Thu Jul 3 08:38:23
2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/mssql.xml, last change in rev 1.3 -->
<refentry id="function.mssql-field-name">
<refnamediv>
@@ -9,13 +9,13 @@
<refsect1>
<title>Description</title>
<methodsynopsis>
- <type>int</type><methodname>mssql_field_name</methodname>
- <methodparam><type>int</type><parameter>result</parameter></methodparam>
+ <type>string</type><methodname>mssql_field_name</methodname>
+ <methodparam><type>resource</type><parameter>result</parameter></methodparam>
<methodparam
choice="opt"><type>int</type><parameter>offset</parameter></methodparam>
</methodsynopsis>
- <para>
+
&warn.undocumented.func;
- </para>
+
</refsect1>
</refentry>
Index: phpdoc/en/reference/mssql/functions/mssql-field-seek.xml
diff -u phpdoc/en/reference/mssql/functions/mssql-field-seek.xml:1.3
phpdoc/en/reference/mssql/functions/mssql-field-seek.xml:1.4
--- phpdoc/en/reference/mssql/functions/mssql-field-seek.xml:1.3 Fri Jan 31
08:54:20 2003
+++ phpdoc/en/reference/mssql/functions/mssql-field-seek.xml Thu Jul 3 08:38:23
2003
@@ -1,25 +1,27 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/mssql.xml, last change in rev 1.2 -->
<refentry id="function.mssql-field-seek">
<refnamediv>
<refname>mssql_field_seek</refname>
- <refpurpose>Set field offset</refpurpose>
+ <refpurpose>Seeks to the specified field offset</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
<methodsynopsis>
- <type>int</type><methodname>mssql_field_seek</methodname>
- <methodparam><type>int</type><parameter>result</parameter></methodparam>
+ <type>bool</type><methodname>mssql_field_seek</methodname>
+ <methodparam><type>resource</type><parameter>result</parameter></methodparam>
<methodparam><type>int</type><parameter>field_offset</parameter></methodparam>
</methodsynopsis>
<para>
Seeks to the specified field offset. If the next call to
<function>mssql_fetch_field</function> won't include a field
offset, this field would be returned.</para>
- <para></para>
<para>
- See also: <function>mssql_fetch_field</function>.
+ &return.success;
+ </para>
+ <para>
+ See also <function>mssql_fetch_field</function>.
</para>
</refsect1>
</refentry>
Index: phpdoc/en/reference/mssql/functions/mssql-field-type.xml
diff -u phpdoc/en/reference/mssql/functions/mssql-field-type.xml:1.3
phpdoc/en/reference/mssql/functions/mssql-field-type.xml:1.4
--- phpdoc/en/reference/mssql/functions/mssql-field-type.xml:1.3 Wed Jul 2
08:25:59 2003
+++ phpdoc/en/reference/mssql/functions/mssql-field-type.xml Thu Jul 3 08:38:23
2003
@@ -1,21 +1,21 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/mssql.xml, last change in rev 1.3 -->
<refentry id="function.mssql-field-type">
<refnamediv>
<refname>mssql_field_type</refname>
- <refpurpose>Get the type of a field</refpurpose>
+ <refpurpose>Gets the type of a field</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
<methodsynopsis>
<type>string</type><methodname>mssql_field_type</methodname>
- <methodparam><type>int</type><parameter>result</parameter></methodparam>
+ <methodparam><type>resource</type><parameter>result</parameter></methodparam>
<methodparam
choice="opt"><type>int</type><parameter>offset</parameter></methodparam>
</methodsynopsis>
- <para>
- &warn.undocumented.func;
- </para>
+
+ &warn.undocumented.func;
+
</refsect1>
</refentry>
Index: phpdoc/en/reference/mssql/functions/mssql-free-result.xml
diff -u phpdoc/en/reference/mssql/functions/mssql-free-result.xml:1.2
phpdoc/en/reference/mssql/functions/mssql-free-result.xml:1.3
--- phpdoc/en/reference/mssql/functions/mssql-free-result.xml:1.2 Wed Apr 17
02:41:01 2002
+++ phpdoc/en/reference/mssql/functions/mssql-free-result.xml Thu Jul 3 08:38:23
2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/mssql.xml, last change in rev 1.2 -->
<refentry id="function.mssql-free-result">
<refnamediv>
@@ -9,8 +9,8 @@
<refsect1>
<title>Description</title>
<methodsynopsis>
- <type>int</type><methodname>mssql_free_result</methodname>
- <methodparam><type>int</type><parameter>result</parameter></methodparam>
+ <type>bool</type><methodname>mssql_free_result</methodname>
+ <methodparam><type>resource</type><parameter>result</parameter></methodparam>
</methodsynopsis>
<para>
<function>mssql_free_result</function> only needs to be called
Index: phpdoc/en/reference/mssql/functions/mssql-free-statement.xml
diff -u phpdoc/en/reference/mssql/functions/mssql-free-statement.xml:1.2
phpdoc/en/reference/mssql/functions/mssql-free-statement.xml:1.3
--- phpdoc/en/reference/mssql/functions/mssql-free-statement.xml:1.2 Fri Jan 31
08:54:20 2003
+++ phpdoc/en/reference/mssql/functions/mssql-free-statement.xml Thu Jul 3
08:38:23 2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/mssql.xml, last change in rev 1.2 -->
<refentry id="function.mssql-free-statement">
<refnamediv>
@@ -9,8 +9,8 @@
<refsect1>
<title>Description</title>
<methodsynopsis>
- <type>int</type><methodname>mssql_free_statement</methodname>
- <methodparam><type>int</type><parameter>statement</parameter></methodparam>
+ <type>bool</type><methodname>mssql_free_statement</methodname>
+ <methodparam><type>resource</type><parameter>statement</parameter></methodparam>
</methodsynopsis>
<para>
<function>mssql_free_statement</function> only needs to be called
Index: phpdoc/en/reference/mssql/functions/mssql-get-last-message.xml
diff -u phpdoc/en/reference/mssql/functions/mssql-get-last-message.xml:1.2
phpdoc/en/reference/mssql/functions/mssql-get-last-message.xml:1.3
--- phpdoc/en/reference/mssql/functions/mssql-get-last-message.xml:1.2 Wed Apr 17
02:41:01 2002
+++ phpdoc/en/reference/mssql/functions/mssql-get-last-message.xml Thu Jul 3
08:38:23 2003
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/mssql.xml, last change in rev 1.3 -->
<refentry id="function.mssql-get-last-message">
<refnamediv>
<refname>mssql_get_last_message</refname>
<refpurpose>
- Returns the last message from server (over
- min_message_severity?)
+ Returns the last message from the server
</refpurpose>
</refnamediv>
<refsect1>
@@ -15,6 +14,9 @@
<type>string</type><methodname>mssql_get_last_message</methodname>
<void/>
</methodsynopsis>
+
+ &warn.undocumented.func;
+
</refsect1>
</refentry>
Index: phpdoc/en/reference/mssql/functions/mssql-guid-string.xml
diff -u phpdoc/en/reference/mssql/functions/mssql-guid-string.xml:1.2
phpdoc/en/reference/mssql/functions/mssql-guid-string.xml:1.3
--- phpdoc/en/reference/mssql/functions/mssql-guid-string.xml:1.2 Wed Apr 17
02:41:01 2002
+++ phpdoc/en/reference/mssql/functions/mssql-guid-string.xml Thu Jul 3 08:38:23
2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/mssql.xml, last change in rev 1.24 -->
<refentry id='function.mssql-guid-string'>
<refnamediv>
@@ -15,9 +15,9 @@
<methodparam><type>string</type><parameter>binary</parameter></methodparam>
<methodparam
choice="opt"><type>int</type><parameter>short_format</parameter></methodparam>
</methodsynopsis>
- <para>
- &warn.undocumented.func;
- </para>
+
+ &warn.undocumented.func;
+
</refsect1>
</refentry>
Index: phpdoc/en/reference/mssql/functions/mssql-init.xml
diff -u phpdoc/en/reference/mssql/functions/mssql-init.xml:1.4
phpdoc/en/reference/mssql/functions/mssql-init.xml:1.5
--- phpdoc/en/reference/mssql/functions/mssql-init.xml:1.4 Fri Jan 31 08:54:20
2003
+++ phpdoc/en/reference/mssql/functions/mssql-init.xml Thu Jul 3 08:38:23 2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
<!-- splitted from ./en/functions/mssql.xml, last change in rev 1.24 -->
<refentry id='function.mssql-init'>
<refnamediv>
@@ -13,11 +13,11 @@
<methodsynopsis>
<type>int</type><methodname>mssql_init</methodname>
<methodparam><type>string</type><parameter>sp_name</parameter></methodparam>
- <methodparam
choice="opt"><type>int</type><parameter>conn_id</parameter></methodparam>
+ <methodparam
choice="opt"><type>resource</type><parameter>conn_id</parameter></methodparam>
</methodsynopsis>
- <para>
+
&warn.undocumented.func;
- </para>
+
<para>
See also <function>mssql_bind</function>,
<function>mssql_execute</function>, and
Index: phpdoc/en/reference/mssql/functions/mssql-min-error-severity.xml
diff -u phpdoc/en/reference/mssql/functions/mssql-min-error-severity.xml:1.2
phpdoc/en/reference/mssql/functions/mssql-min-error-severity.xml:1.3
--- phpdoc/en/reference/mssql/functions/mssql-min-error-severity.xml:1.2 Wed
Apr 17 02:41:01 2002
+++ phpdoc/en/reference/mssql/functions/mssql-min-error-severity.xml Thu Jul 3
08:38:23 2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/mssql.xml, last change in rev 1.3 -->
<refentry id="function.mssql-min-error-severity">
<refnamediv>
@@ -12,6 +12,9 @@
<type>void</type><methodname>mssql_min_error_severity</methodname>
<methodparam><type>int</type><parameter>severity</parameter></methodparam>
</methodsynopsis>
+
+ &warn.undocumented.func;
+
</refsect1>
</refentry>
Index: phpdoc/en/reference/mssql/functions/mssql-min-message-severity.xml
diff -u phpdoc/en/reference/mssql/functions/mssql-min-message-severity.xml:1.2
phpdoc/en/reference/mssql/functions/mssql-min-message-severity.xml:1.3
--- phpdoc/en/reference/mssql/functions/mssql-min-message-severity.xml:1.2 Wed
Apr 17 02:41:01 2002
+++ phpdoc/en/reference/mssql/functions/mssql-min-message-severity.xml Thu Jul 3
08:38:23 2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/mssql.xml, last change in rev 1.3 -->
<refentry id="function.mssql-min-message-severity">
<refnamediv>
@@ -12,6 +12,9 @@
<type>void</type><methodname>mssql_min_message_severity</methodname>
<methodparam><type>int</type><parameter>severity</parameter></methodparam>
</methodsynopsis>
+
+ &warn.undocumented.func;
+
</refsect1>
</refentry>
Index: phpdoc/en/reference/mssql/functions/mssql-next-result.xml
diff -u phpdoc/en/reference/mssql/functions/mssql-next-result.xml:1.2
phpdoc/en/reference/mssql/functions/mssql-next-result.xml:1.3
--- phpdoc/en/reference/mssql/functions/mssql-next-result.xml:1.2 Wed Apr 17
02:41:01 2002
+++ phpdoc/en/reference/mssql/functions/mssql-next-result.xml Thu Jul 3 08:38:23
2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/mssql.xml, last change in rev 1.10 -->
<refentry id="function.mssql-next-result">
<refnamediv>
@@ -10,7 +10,7 @@
<title>Description</title>
<methodsynopsis>
<type>bool</type><methodname>mssql_next_result</methodname>
- <methodparam><type>int</type><parameter>result_id</parameter></methodparam>
+ <methodparam><type>resource</type><parameter>result_id</parameter></methodparam>
</methodsynopsis>
<para>
When sending more than one SQL statement to the server or
Index: phpdoc/en/reference/mssql/functions/mssql-num-fields.xml
diff -u phpdoc/en/reference/mssql/functions/mssql-num-fields.xml:1.3
phpdoc/en/reference/mssql/functions/mssql-num-fields.xml:1.4
--- phpdoc/en/reference/mssql/functions/mssql-num-fields.xml:1.3 Fri Feb 28
18:53:59 2003
+++ phpdoc/en/reference/mssql/functions/mssql-num-fields.xml Thu Jul 3 08:38:23
2003
@@ -1,16 +1,16 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/mssql.xml, last change in rev 1.2 -->
<refentry id="function.mssql-num-fields">
<refnamediv>
<refname>mssql_num_fields</refname>
- <refpurpose>Get number of fields in result</refpurpose>
+ <refpurpose>Gets the number of fields in result</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
<methodsynopsis>
<type>int</type><methodname>mssql_num_fields</methodname>
- <methodparam><type>int</type><parameter>result</parameter></methodparam>
+ <methodparam><type>resource</type><parameter>result</parameter></methodparam>
</methodsynopsis>
<para>
<function>mssql_num_fields</function> returns the number of
Index: phpdoc/en/reference/mssql/functions/mssql-num-rows.xml
diff -u phpdoc/en/reference/mssql/functions/mssql-num-rows.xml:1.4
phpdoc/en/reference/mssql/functions/mssql-num-rows.xml:1.5
--- phpdoc/en/reference/mssql/functions/mssql-num-rows.xml:1.4 Wed May 21 05:16:46
2003
+++ phpdoc/en/reference/mssql/functions/mssql-num-rows.xml Thu Jul 3 08:38:23
2003
@@ -1,16 +1,16 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
<!-- splitted from ./en/functions/mssql.xml, last change in rev 1.2 -->
<refentry id="function.mssql-num-rows">
<refnamediv>
<refname>mssql_num_rows</refname>
- <refpurpose>Get number of rows in result</refpurpose>
+ <refpurpose>Gets the number of rows in result</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
<methodsynopsis>
<type>int</type><methodname>mssql_num_rows</methodname>
- <methodparam><type>int</type><parameter>result</parameter></methodparam>
+ <methodparam><type>resource</type><parameter>result</parameter></methodparam>
</methodsynopsis>
<para>
<function>mssql_num_rows</function> returns the number of rows in
Index: phpdoc/en/reference/mssql/functions/mssql-query.xml
diff -u phpdoc/en/reference/mssql/functions/mssql-query.xml:1.3
phpdoc/en/reference/mssql/functions/mssql-query.xml:1.4
--- phpdoc/en/reference/mssql/functions/mssql-query.xml:1.3 Fri Feb 28 18:53:59
2003
+++ phpdoc/en/reference/mssql/functions/mssql-query.xml Thu Jul 3 08:38:23 2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/mssql.xml, last change in rev 1.2 -->
<refentry id="function.mssql-query">
<refnamediv>
@@ -9,9 +9,10 @@
<refsect1>
<title>Description</title>
<methodsynopsis>
- <type>int</type><methodname>mssql_query</methodname>
+ <type>resource</type><methodname>mssql_query</methodname>
<methodparam><type>string</type><parameter>query</parameter></methodparam>
- <methodparam
choice="opt"><type>int</type><parameter>link_identifier</parameter></methodparam>
+ <methodparam
choice="opt"><type>resource</type><parameter>link_identifier</parameter></methodparam>
+ <methodparam
choice="opt"><type>int</type><parameter>batch_size</parameter></methodparam>
</methodsynopsis>
<para>
Returns: A positive MS SQL result identifier on success, or &false;
Index: phpdoc/en/reference/mssql/functions/mssql-result.xml
diff -u phpdoc/en/reference/mssql/functions/mssql-result.xml:1.2
phpdoc/en/reference/mssql/functions/mssql-result.xml:1.3
--- phpdoc/en/reference/mssql/functions/mssql-result.xml:1.2 Wed Apr 17 02:41:02
2002
+++ phpdoc/en/reference/mssql/functions/mssql-result.xml Thu Jul 3 08:38:23
2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/mssql.xml, last change in rev 1.2 -->
<refentry id="function.mssql-result">
<refnamediv>
@@ -9,8 +9,8 @@
<refsect1>
<title>Description</title>
<methodsynopsis>
- <type>int</type><methodname>mssql_result</methodname>
- <methodparam><type>int</type><parameter>result</parameter></methodparam>
+ <type>string</type><methodname>mssql_result</methodname>
+ <methodparam><type>resource</type><parameter>result</parameter></methodparam>
<methodparam><type>int</type><parameter>i</parameter></methodparam>
<methodparam><type>mixed</type><parameter>field</parameter></methodparam>
</methodsynopsis>
Index: phpdoc/en/reference/mssql/functions/mssql-rows-affected.xml
diff -u phpdoc/en/reference/mssql/functions/mssql-rows-affected.xml:1.2
phpdoc/en/reference/mssql/functions/mssql-rows-affected.xml:1.3
--- phpdoc/en/reference/mssql/functions/mssql-rows-affected.xml:1.2 Wed Apr 17
02:41:02 2002
+++ phpdoc/en/reference/mssql/functions/mssql-rows-affected.xml Thu Jul 3 08:38:23
2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/mssql.xml, last change in rev 1.24 -->
<refentry id='function.mssql-rows-affected'>
<refnamediv>
@@ -12,11 +12,11 @@
<title>Description</title>
<methodsynopsis>
<type>int</type><methodname>mssql_rows_affected</methodname>
- <methodparam><type>int</type><parameter>conn_id</parameter></methodparam>
+ <methodparam><type>resource</type><parameter>conn_id</parameter></methodparam>
</methodsynopsis>
- <para>
+
&warn.undocumented.func;
- </para>
+
</refsect1>
</refentry>
Index: phpdoc/en/reference/mssql/functions/mssql-select-db.xml
diff -u phpdoc/en/reference/mssql/functions/mssql-select-db.xml:1.3
phpdoc/en/reference/mssql/functions/mssql-select-db.xml:1.4
--- phpdoc/en/reference/mssql/functions/mssql-select-db.xml:1.3 Thu Jun 5 08:50:55
2003
+++ phpdoc/en/reference/mssql/functions/mssql-select-db.xml Thu Jul 3 08:38:23
2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/mssql.xml, last change in rev 1.2 -->
<refentry id="function.mssql-select-db">
<refnamediv>
@@ -9,11 +9,12 @@
<refsect1>
<title>Description</title>
<methodsynopsis>
- <type>int</type><methodname>mssql_select_db</methodname>
+ <type>bool</type><methodname>mssql_select_db</methodname>
<methodparam><type>string</type><parameter>database_name</parameter></methodparam>
- <methodparam
choice="opt"><type>int</type><parameter>link_identifier</parameter></methodparam>
+ <methodparam
choice="opt"><type>resource</type><parameter>link_identifier</parameter></methodparam>
</methodsynopsis>
- <para> Returns: &true; on success, &false; on error
+ <para>
+ &return.success;
</para>
<para>
<function>mssql_select_db</function> sets the current active
--
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php