didou Thu Jan 29 06:39:04 2004 EDT
Modified files: /phpdoc/en/reference/mysqli reference.xml /phpdoc/en/reference/mysqli/functions mysqli-connect.xml mysqli-fetch-lengths.xml mysqli-fetch-row.xml Log: corrected a lot of entities.. # grrrrrrrrrrr georg :) http://cvs.php.net/diff.php/phpdoc/en/reference/mysqli/reference.xml?r1=1.5&r2=1.6&ty=u Index: phpdoc/en/reference/mysqli/reference.xml diff -u phpdoc/en/reference/mysqli/reference.xml:1.5 phpdoc/en/reference/mysqli/reference.xml:1.6 --- phpdoc/en/reference/mysqli/reference.xml:1.5 Wed Jan 28 18:19:38 2004 +++ phpdoc/en/reference/mysqli/reference.xml Thu Jan 29 06:39:03 2004 @@ -1,5 +1,5 @@ <?xml version='1.0' encoding='iso-8859-1'?> -<!-- $Revision: 1.5 $ --> +<!-- $Revision: 1.6 $ --> <reference id='ref.mysqli'> <title>Improved MySQL Extension</title> <titleabbrev>mysqli</titleabbrev> @@ -38,7 +38,7 @@ &reference.mysqli.ini; <section id='mysqli.classes'> - &reftitle.classes + &reftitle.classes; <section id='mysqli.class.mysql'> <title><classname>mysqli</classname></title> @@ -46,7 +46,7 @@ Represents a connection between PHP and a MySQL database. </para> <section id='mysqli.class.mysql.constructor'> - &reftitle.constructor + &reftitle.constructor; <itemizedlist> <listitem> <para><link linkend='function.mysqli-connect'>mysqli()</link> - construct a new mysqli object</para> @@ -54,7 +54,7 @@ </itemizedlist> </section> <section id='mysqli.class.mysql.methods'> - &reftitle.methods + &reftitle.methods; <itemizedlist> <listitem> <para><link linkend='function.mysqli-autocommit'>autocommit()</link> - turns on or off auto-commiting database modifications</para> @@ -152,7 +152,7 @@ </itemizedlist> </section> <section id='mysqli.class.mysql.properties'> - &reftitle.properties + &reftitle.properties; <itemizedlist> <listitem> <para><link linkend='function.mysqli-affected-rows'>affected_rows</link> - gets the number of affected rows in a previous MySQL operation</para> @@ -198,7 +198,7 @@ Represents a prepared statement. </para> <section id='mysqli.class.stmt.methods'> - &reftitle.methods + &reftitle.methods; <itemizedlist> <listitem> <para><link linkend='function.mysqli-bind-param'>bind_param</link> - Binds variables to a prepared statement</para> @@ -230,7 +230,7 @@ </itemizedlist> </section> <section id='mysqli.class.stmt.properties'> - &reftitle.properties + &reftitle.properties; <itemizedlist> <listitem> <para><link linkend='function.mysqli-stmt-affected-rows'>affected_rows</link> - Returns affected rows from last statement execution</para> @@ -260,7 +260,7 @@ Represents the result set obtained from a query against the database. </para> <section id='mysqli.class.result.methods'> - &reftitle.methods + &reftitle.methods; <itemizedlist> <listitem> <para><link linkend='function.mysqli-free-result'>close</link> - closes resultset</para> @@ -298,7 +298,7 @@ </itemizedlist> </section> <section id='mysqli.class.result.properties'> - &reftitle.properties + &reftitle.properties; <itemizedlist> <listitem> <para><link linkend='function.mysqli-field-tell'>current_field</link> - returns offset of current fieldpointer</para> http://cvs.php.net/diff.php/phpdoc/en/reference/mysqli/functions/mysqli-connect.xml?r1=1.7&r2=1.8&ty=u Index: phpdoc/en/reference/mysqli/functions/mysqli-connect.xml diff -u phpdoc/en/reference/mysqli/functions/mysqli-connect.xml:1.7 phpdoc/en/reference/mysqli/functions/mysqli-connect.xml:1.8 --- phpdoc/en/reference/mysqli/functions/mysqli-connect.xml:1.7 Wed Jan 28 18:18:42 2004 +++ phpdoc/en/reference/mysqli/functions/mysqli-connect.xml Thu Jan 29 06:39:03 2004 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.7 $ --> +<!-- $Revision: 1.8 $ --> <refentry id="function.mysqli-connect"> <refnamediv> <refname>mysqli_connect</refname> @@ -67,7 +67,8 @@ <refsect1> <title>Return values</title> <para> - Returns a object which represents the connection to a MySQL Server or &false if the connection failed. + Returns a object which represents the connection to a MySQL Server or + &false; if the connection failed. </para> </refsect1> <refsect1> http://cvs.php.net/diff.php/phpdoc/en/reference/mysqli/functions/mysqli-fetch-lengths.xml?r1=1.5&r2=1.6&ty=u Index: phpdoc/en/reference/mysqli/functions/mysqli-fetch-lengths.xml diff -u phpdoc/en/reference/mysqli/functions/mysqli-fetch-lengths.xml:1.5 phpdoc/en/reference/mysqli/functions/mysqli-fetch-lengths.xml:1.6 --- phpdoc/en/reference/mysqli/functions/mysqli-fetch-lengths.xml:1.5 Wed Jan 28 18:18:42 2004 +++ phpdoc/en/reference/mysqli/functions/mysqli-fetch-lengths.xml Thu Jan 29 06:39:03 2004 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.5 $ --> +<!-- $Revision: 1.6 $ --> <refentry id="function.mysqli-fetch-lengths"> <refnamediv> <refname>mysqli_fetch_lengths</refname> @@ -29,7 +29,7 @@ <title>Return values</title> <para> An array of integers representing the size of each column - (not including any terminating null characters). &false if an error occurred. + (not including any terminating null characters). &false; if an error occurred. </para> <para> <function>mysql_fetch_lengths</function> is valid only for the current row of the result set. http://cvs.php.net/diff.php/phpdoc/en/reference/mysqli/functions/mysqli-fetch-row.xml?r1=1.5&r2=1.6&ty=u Index: phpdoc/en/reference/mysqli/functions/mysqli-fetch-row.xml diff -u phpdoc/en/reference/mysqli/functions/mysqli-fetch-row.xml:1.5 phpdoc/en/reference/mysqli/functions/mysqli-fetch-row.xml:1.6 --- phpdoc/en/reference/mysqli/functions/mysqli-fetch-row.xml:1.5 Wed Jan 28 18:18:42 2004 +++ phpdoc/en/reference/mysqli/functions/mysqli-fetch-row.xml Thu Jan 29 06:39:03 2004 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.5 $ --> +<!-- $Revision: 1.6 $ --> <refentry id="function.mysqli-fetch-row"> <refnamediv> <refname>mysqli_fetch_row</refname> @@ -37,7 +37,7 @@ <title>Return values</title> <para> <function>mysqli_fetch_row</function> returns an array that corresponds to the fetched row - or &false if there are no more rows in result set. + or &false; if there are no more rows in result set. </para> </refsect1> <refsect1>