protos update, removing unneeded <para>, adding entities

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@134086 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Mehdi Achour 2003-07-03 12:38:23 +00:00
parent 10e3ff6730
commit 15f5adc79d
28 changed files with 116 additions and 97 deletions

View file

@ -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>

View file

@ -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

View file

@ -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>

View file

@ -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>

View file

@ -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>

View file

@ -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>

View file

@ -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>

View file

@ -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>.

View file

@ -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

View file

@ -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;

View file

@ -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>

View file

@ -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>

View file

@ -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>

View file

@ -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>

View file

@ -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

View file

@ -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

View file

@ -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>

View file

@ -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>

View file

@ -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

View file

@ -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>

View file

@ -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>

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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;

View file

@ -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>

View file

@ -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>

View file

@ -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