diff --git a/reference/mysqli/functions/mysqli-connect.xml b/reference/mysqli/functions/mysqli-connect.xml index 75ba56f7f6..20eb502dc0 100644 --- a/reference/mysqli/functions/mysqli-connect.xml +++ b/reference/mysqli/functions/mysqli-connect.xml @@ -1,5 +1,5 @@ - + mysqli_connect @@ -67,7 +67,8 @@ Return values - 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. diff --git a/reference/mysqli/functions/mysqli-fetch-lengths.xml b/reference/mysqli/functions/mysqli-fetch-lengths.xml index c4bb00d056..c60e02ea79 100644 --- a/reference/mysqli/functions/mysqli-fetch-lengths.xml +++ b/reference/mysqli/functions/mysqli-fetch-lengths.xml @@ -1,5 +1,5 @@ - + mysqli_fetch_lengths @@ -29,7 +29,7 @@ Return values 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. mysql_fetch_lengths is valid only for the current row of the result set. diff --git a/reference/mysqli/functions/mysqli-fetch-row.xml b/reference/mysqli/functions/mysqli-fetch-row.xml index 6da95642d3..d28f068d0b 100644 --- a/reference/mysqli/functions/mysqli-fetch-row.xml +++ b/reference/mysqli/functions/mysqli-fetch-row.xml @@ -1,5 +1,5 @@ - + mysqli_fetch_row @@ -37,7 +37,7 @@ Return values mysqli_fetch_row 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. diff --git a/reference/mysqli/reference.xml b/reference/mysqli/reference.xml index 8186ded5b1..27333647d9 100644 --- a/reference/mysqli/reference.xml +++ b/reference/mysqli/reference.xml @@ -1,5 +1,5 @@ - + Improved MySQL Extension mysqli @@ -38,7 +38,7 @@ &reference.mysqli.ini;
- &reftitle.classes + &reftitle.classes;
<classname>mysqli</classname> @@ -46,7 +46,7 @@ Represents a connection between PHP and a MySQL database.
- &reftitle.constructor + &reftitle.constructor; mysqli() - construct a new mysqli object @@ -54,7 +54,7 @@
- &reftitle.methods + &reftitle.methods; autocommit() - turns on or off auto-commiting database modifications @@ -152,7 +152,7 @@
- &reftitle.properties + &reftitle.properties; affected_rows - gets the number of affected rows in a previous MySQL operation @@ -198,7 +198,7 @@ Represents a prepared statement.
- &reftitle.methods + &reftitle.methods; bind_param - Binds variables to a prepared statement @@ -230,7 +230,7 @@
- &reftitle.properties + &reftitle.properties; affected_rows - Returns affected rows from last statement execution @@ -260,7 +260,7 @@ Represents the result set obtained from a query against the database.
- &reftitle.methods + &reftitle.methods; close - closes resultset @@ -298,7 +298,7 @@
- &reftitle.properties + &reftitle.properties; current_field - returns offset of current fieldpointer