mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
corrected a lot of entities..
# grrrrrrrrrrr georg :) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@150106 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
479a7d148d
commit
5775a147f2
4 changed files with 16 additions and 15 deletions
|
@ -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>
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue