From 49753523ace65a5b299d148f0c88b7e815868d21 Mon Sep 17 00:00:00 2001 From: Mehdi Achour Date: Sun, 25 May 2003 19:09:28 +0000 Subject: [PATCH] major white space fixes git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@128728 c90b9560-bf6c-de11-be94-00142212c4b1 --- .../mysqli/functions/mysqli-affected-rows.xml | 22 ++++---- .../mysqli/functions/mysqli-autocommit.xml | 20 +++---- .../mysqli/functions/mysqli-change-user.xml | 42 +++++++-------- .../functions/mysqli-character-set-name.xml | 20 +++---- reference/mysqli/functions/mysqli-close.xml | 6 +-- reference/mysqli/functions/mysqli-commit.xml | 10 ++-- reference/mysqli/functions/mysqli-connect.xml | 52 +++++++++---------- .../mysqli/functions/mysqli-data-seek.xml | 24 ++++----- reference/mysqli/functions/mysqli-debug.xml | 16 +++--- .../functions/mysqli-dump-debug-info.xml | 8 +-- .../mysqli-enable-reads-from-master.xml | 4 +- .../functions/mysqli-enable-rpl-parse.xml | 4 +- reference/mysqli/functions/mysqli-errno.xml | 17 +++--- reference/mysqli/functions/mysqli-error.xml | 27 +++++----- reference/mysqli/functions/mysqli-execute.xml | 33 ++++++------ .../mysqli/functions/mysqli-fetch-array.xml | 50 +++++++++--------- .../mysqli/functions/mysqli-fetch-assoc.xml | 24 ++++----- .../mysqli/functions/mysqli-fetch-field.xml | 12 ++--- .../mysqli/functions/mysqli-fetch-fields.xml | 12 ++--- .../mysqli/functions/mysqli-fetch-lengths.xml | 10 ++-- .../mysqli/functions/mysqli-fetch-object.xml | 8 +-- .../mysqli/functions/mysqli-fetch-row.xml | 14 ++--- .../mysqli/functions/mysqli-field-count.xml | 12 ++--- reference/mysqli/functions/mysqli-kill.xml | 8 +-- reference/mysqli/functions/mysqli-query.xml | 24 ++++----- .../functions/mysqli-real-escape-string.xml | 4 +- .../mysqli/functions/mysqli-real-query.xml | 16 +++--- .../mysqli/functions/mysqli-store-result.xml | 16 +++--- .../mysqli/functions/mysqli-thread-id.xml | 14 ++--- .../mysqli/functions/mysqli-use-result.xml | 26 +++++----- 30 files changed, 278 insertions(+), 277 deletions(-) diff --git a/reference/mysqli/functions/mysqli-affected-rows.xml b/reference/mysqli/functions/mysqli-affected-rows.xml index 59861f895c..f9a2ccac0f 100644 --- a/reference/mysqli/functions/mysqli-affected-rows.xml +++ b/reference/mysqli/functions/mysqli-affected-rows.xml @@ -1,5 +1,5 @@ - + mysqli_affected_rows @@ -12,23 +12,23 @@ resourcelink - mysqli_affected_rows returns the number of rows affected by the last - INSERT, UPDATE, or DELETE query associated with the provided link - parameter. If the last query was invalid, this function will return -1. + mysqli_affected_rows returns the number of rows affected by the last + INSERT, UPDATE, or DELETE query associated with the provided link + parameter. If the last query was invalid, this function will return -1. - When deleting the entire contents of a table (i.e. 'DELETE FROM foo'), this function will - not return the number of rows that were actually deleted. + When deleting the entire contents of a table (i.e. 'DELETE FROM foo'), this function will + not return the number of rows that were actually deleted. - The mysqli_affected_rows function only works with queries which modify - a table. In order to return the number of rows from a SELECT query, use the - mysqli_num_rows() function instead. + The mysqli_affected_rows function only works with queries which modify + a table. In order to return the number of rows from a SELECT query, use the + mysqli_num_rows() function instead. - + Delete-Query - The above example would produce the following output: + The above example would produce the following output: - + mysqli_autocommit @@ -13,17 +13,17 @@ boolmode - mysqli_autocommit is used to turn on or off auto-commit mode - on queries for the database connection represented by the link - resource. + mysqli_autocommit is used to turn on or off auto-commit mode + on queries for the database connection represented by the link + resource. - &return.success; + &return.success; - - Using the mysqli_autocommit function - + + Using the mysqli_autocommit function + ]]> - - + + diff --git a/reference/mysqli/functions/mysqli-change-user.xml b/reference/mysqli/functions/mysqli-change-user.xml index 64bccc78a1..ff4ba66aed 100644 --- a/reference/mysqli/functions/mysqli-change-user.xml +++ b/reference/mysqli/functions/mysqli-change-user.xml @@ -1,5 +1,5 @@ - + mysqli_change_user @@ -15,36 +15,36 @@ stringdatabase - mysqli_change_user is used to change the user of the specified - database connection as given by the link parameter and to set the - current database to that specified by the database parameter. + mysqli_change_user is used to change the user of the specified + database connection as given by the link parameter and to set the + current database to that specified by the database parameter. - &return.success; + &return.success; - If desired, the &null; value may be passed in place of the database - parameter resulting in only changing the user and not selecting a database. To select - a database in this case use the mysqli_select_db function. + If desired, the &null; value may be passed in place of the database + parameter resulting in only changing the user and not selecting a database. To select + a database in this case use the mysqli_select_db function. - In order to successfully change users a valid username and - password parameters must be provided and that user must have - sufficient permissions to access the desired database. If for any reason authorization - fails, the current user authentication will remain. + In order to successfully change users a valid username and + password parameters must be provided and that user must have + sufficient permissions to access the desired database. If for any reason authorization + fails, the current user authentication will remain. - Using this command will always cause the current database connection to behave as if - was a completely new database connection, regardless of if the operation was completed - successfully. This reset includes performing a rollback on any active transactions, - closing all temporary tables, and unlocking all locked tables. + Using this command will always cause the current database connection to behave as if + was a completely new database connection, regardless of if the operation was completed + successfully. This reset includes performing a rollback on any active transactions, + closing all temporary tables, and unlocking all locked tables. - - Using the mysqli_change_user function - + + Using the mysqli_change_user function + ]]> - - + + diff --git a/reference/mysqli/functions/mysqli-character-set-name.xml b/reference/mysqli/functions/mysqli-character-set-name.xml index d8699978c7..04dad8c0be 100644 --- a/reference/mysqli/functions/mysqli-character-set-name.xml +++ b/reference/mysqli/functions/mysqli-character-set-name.xml @@ -1,5 +1,5 @@ - + mysqli_character_set_name @@ -12,13 +12,13 @@ resourcelink - Returns the current character set for the database connection specified by the - link parameter. - + Returns the current character set for the database connection specified by the + link parameter. + - - Using the mysqli_character_set_name function - + + Using the mysqli_character_set_name function + ]]> - - + + - See also mysqli_real_escape_string. + See also mysqli_real_escape_string. diff --git a/reference/mysqli/functions/mysqli-close.xml b/reference/mysqli/functions/mysqli-close.xml index 8e85b2f714..dde2ad4345 100644 --- a/reference/mysqli/functions/mysqli-close.xml +++ b/reference/mysqli/functions/mysqli-close.xml @@ -1,5 +1,5 @@ - + mysqli_close @@ -12,8 +12,8 @@ resourcelink - The mysqli_close function closes a previously opened database - connection specified by the link parameter. + The mysqli_close function closes a previously opened database + connection specified by the link parameter. See also diff --git a/reference/mysqli/functions/mysqli-commit.xml b/reference/mysqli/functions/mysqli-commit.xml index 0e653ce7b4..85a1d5de89 100644 --- a/reference/mysqli/functions/mysqli-commit.xml +++ b/reference/mysqli/functions/mysqli-commit.xml @@ -1,5 +1,5 @@ - + mysqli_commit @@ -12,12 +12,12 @@ resourcelink - Commits the current transaction for the database specified by the - link parameter. + Commits the current transaction for the database specified by the + link parameter. - See also: mysqli_autocommit, - mysqli_rollback. + See also mysqli_autocommit, + mysqli_rollback. diff --git a/reference/mysqli/functions/mysqli-connect.xml b/reference/mysqli/functions/mysqli-connect.xml index fc165155e5..faeb64d14c 100644 --- a/reference/mysqli/functions/mysqli-connect.xml +++ b/reference/mysqli/functions/mysqli-connect.xml @@ -1,5 +1,5 @@ - + mysqli_connect @@ -17,41 +17,41 @@ stringsocket - The mysqli_connect function attempts to open a connection to the MySQL Server - running on host which can be either a hostname or an IP address. Passing the - &null; value or the string "localhost" to this parameter, the local host is assumed. When possible, - pipes will be used instead of the TCP/IP protocol. If successful, the mysqli_connect - will return a resource representing the connection to the database, or &false; on failure. + The mysqli_connect function attempts to open a connection to the MySQL Server + running on host which can be either a hostname or an IP address. Passing the + &null; value or the string "localhost" to this parameter, the local host is assumed. When possible, + pipes will be used instead of the TCP/IP protocol. If successful, the mysqli_connect + will return a resource representing the connection to the database, or &false; on failure. - The username and password parameters specify the - username and password under which to connect to the MySQL server. If the password is not provided - (the &null; value is passed), the MySQL server will attempt to authenticate the user against those - user records which have no password only. This allows one username to be used with different - permissions (depending on if a password as provided or not). + The username and password parameters specify the + username and password under which to connect to the MySQL server. If the password is not provided + (the &null; value is passed), the MySQL server will attempt to authenticate the user against those + user records which have no password only. This allows one username to be used with different + permissions (depending on if a password as provided or not). - The dbname parameter if provided will specify the default database to be - used when performing queries. + The dbname parameter if provided will specify the default database to be + used when performing queries. - The port and socket parameters are used in - conjunction with the hostname parameter to further control how to connect - to the database server. The port parameter specifies the port number to - attempt to connect to the MySQL server on, while the socket parameter - specifies the socket or named pipe that should be used. + The port and socket parameters are used in + conjunction with the hostname parameter to further control how to connect + to the database server. The port parameter specifies the port number to + attempt to connect to the MySQL server on, while the socket parameter + specifies the socket or named pipe that should be used. - Specifying the socket parameter will not explicitly determine the type - of connection to be used when connecting to the MySQL server. How the connection is made to the - MySQL database is determined by the host parameter. + Specifying the socket parameter will not explicitly determine the type + of connection to be used when connecting to the MySQL server. How the connection is made to the + MySQL database is determined by the host parameter. - - Using the mysqli_connect function - + + Using the mysqli_connect function + ]]> - - + + See also diff --git a/reference/mysqli/functions/mysqli-data-seek.xml b/reference/mysqli/functions/mysqli-data-seek.xml index ec4f6b00c2..29b81dae48 100644 --- a/reference/mysqli/functions/mysqli-data-seek.xml +++ b/reference/mysqli/functions/mysqli-data-seek.xml @@ -1,5 +1,5 @@ - + mysqli_data_seek @@ -13,21 +13,21 @@ intoffset - The mysqli_data_seek function seeks to an arbitrary result pointer - specified by the offset in the result set represented by - result. The offset parameter must be between - zero and the total number of rows minus one (0..mysqli_num_rows - 1). + The mysqli_data_seek function seeks to an arbitrary result pointer + specified by the offset in the result set represented by + result. The offset parameter must be between + zero and the total number of rows minus one (0..mysqli_num_rows - 1). - This function can only be used with results attained from the use of the - mysqli_store_result function. + This function can only be used with results attained from the use of the + mysqli_store_result function. - - Using the mysqli_data_seek function - + + Using the mysqli_data_seek function + ]]> - - + + See also diff --git a/reference/mysqli/functions/mysqli-debug.xml b/reference/mysqli/functions/mysqli-debug.xml index 1be9509ea6..80d390e7e4 100644 --- a/reference/mysqli/functions/mysqli-debug.xml +++ b/reference/mysqli/functions/mysqli-debug.xml @@ -1,5 +1,5 @@ - + mysqli_debug @@ -12,14 +12,14 @@ stringdebug - The mysqli_debug function is used to perform debugging - operations using the Fred Fish debugging library. The debug - parameter is a string representing the debugging operation to perform. + The mysqli_debug function is used to perform debugging + operations using the Fred Fish debugging library. The debug + parameter is a string representing the debugging operation to perform. - - Generating a Trace File - + + Generating a Trace File + ]]> - + diff --git a/reference/mysqli/functions/mysqli-dump-debug-info.xml b/reference/mysqli/functions/mysqli-dump-debug-info.xml index 3ee1418083..bad9ed7c87 100644 --- a/reference/mysqli/functions/mysqli-dump-debug-info.xml +++ b/reference/mysqli/functions/mysqli-dump-debug-info.xml @@ -1,5 +1,5 @@ - + mysqli_dump_debug_info @@ -12,9 +12,9 @@ resourcelink - This function is designed to be executed by an user with the SUPER privlege and - is used to dump debugging information into the log for the MySQL Server relating - to the connection specified by the link parameter. + This function is designed to be executed by an user with the SUPER privlege and + is used to dump debugging information into the log for the MySQL Server relating + to the connection specified by the link parameter. &return.success; diff --git a/reference/mysqli/functions/mysqli-enable-reads-from-master.xml b/reference/mysqli/functions/mysqli-enable-reads-from-master.xml index ee980d5350..d3de3f9d7d 100644 --- a/reference/mysqli/functions/mysqli-enable-reads-from-master.xml +++ b/reference/mysqli/functions/mysqli-enable-reads-from-master.xml @@ -1,5 +1,5 @@ - + mysqli_enable_reads_from_master @@ -12,7 +12,7 @@ resourcelink - &warn.undocumented.func; + &warn.undocumented.func; diff --git a/reference/mysqli/functions/mysqli-enable-rpl-parse.xml b/reference/mysqli/functions/mysqli-enable-rpl-parse.xml index 2edf303695..c689ae4e06 100644 --- a/reference/mysqli/functions/mysqli-enable-rpl-parse.xml +++ b/reference/mysqli/functions/mysqli-enable-rpl-parse.xml @@ -1,5 +1,5 @@ - + mysqli_enable_rpl_parse @@ -12,7 +12,7 @@ resourcelink - &warn.undocumented.func; + &warn.undocumented.func; diff --git a/reference/mysqli/functions/mysqli-errno.xml b/reference/mysqli/functions/mysqli-errno.xml index e666e437b8..29d5479612 100644 --- a/reference/mysqli/functions/mysqli-errno.xml +++ b/reference/mysqli/functions/mysqli-errno.xml @@ -1,5 +1,5 @@ - + mysqli_errno @@ -12,20 +12,19 @@ resourcelink - The mysqli_errno function will return the last error code for - the most recent MySQLi function call that can succeed or fail with respect to the - database link defined by the link parameter. If no errors - have occured, this function will return zero. + The mysqli_errno function will return the last error code for + the most recent MySQLi function call that can succeed or fail with respect to the + database link defined by the link parameter. If no errors + have occured, this function will return zero. - A complete list of the error codes and their meanings can be found in the constants - section of the MySQLi documentation + A complete list of the error codes and their meanings can be found in the constants + section of the MySQLi documentation - See also - mysqli_error. + See also mysqli_error. diff --git a/reference/mysqli/functions/mysqli-error.xml b/reference/mysqli/functions/mysqli-error.xml index 517568dc1d..9f5ea2d602 100644 --- a/reference/mysqli/functions/mysqli-error.xml +++ b/reference/mysqli/functions/mysqli-error.xml @@ -1,5 +1,5 @@ - + mysqli_error @@ -12,17 +12,17 @@ resourcelink - The mysqli_error function is identical to the corresponding - mysqli_errno function in every way, except instead of returning - an integer error code the mysqli_error function will return - a string representation of the last error to occur for the database connection - represented by the link parameter. If no error has occured, - this function will return an empty string. + The mysqli_error function is identical to the corresponding + mysqli_errno function in every way, except instead of returning + an integer error code the mysqli_error function will return + a string representation of the last error to occur for the database connection + represented by the link parameter. If no error has occured, + this function will return an empty string. - - Using the mysqli_error function - + + Using the mysqli_error function + ]]> - - + + - See also - mysqli_errno. + See also mysqli_errno. diff --git a/reference/mysqli/functions/mysqli-execute.xml b/reference/mysqli/functions/mysqli-execute.xml index fc9beffb8e..dc4b4b0cc7 100644 --- a/reference/mysqli/functions/mysqli-execute.xml +++ b/reference/mysqli/functions/mysqli-execute.xml @@ -1,5 +1,5 @@ - + mysqli_execute @@ -12,26 +12,26 @@ resourcestmt - The mysqli_execute function executes a query that has been previously - prepared using the mysqli_prepare function represented by the - stmt resource. When executed any parameter markers which exist will - automatically be replaced with the appropiate data. + The mysqli_execute function executes a query that has been previously + prepared using the mysqli_prepare function represented by the + stmt resource. When executed any parameter markers which exist will + automatically be replaced with the appropiate data. - If the statement is UPDATE, DELETE, or INSERT, the total number of affected rows can be - determined by using the mysqli_stmt_affected_rows function. Likewise, - if the query yields a result set the mysqli_fetch function is used. + If the statement is UPDATE, DELETE, or INSERT, the total number of affected rows can be + determined by using the mysqli_stmt_affected_rows function. Likewise, + if the query yields a result set the mysqli_fetch function is used. - When using mysqli_execute, the mysqli_fetch - function must be used to fetch the data prior to preforming any additional queries. + When using mysqli_execute, the mysqli_fetch + function must be used to fetch the data prior to preforming any additional queries. - - Using the mysqli_execute function - + + Using the mysqli_execute function + ]]> - + - See also mysqli_prepare and - mysqli_bind_param + See also + mysqli_prepare and + mysqli_bind_param. diff --git a/reference/mysqli/functions/mysqli-fetch-array.xml b/reference/mysqli/functions/mysqli-fetch-array.xml index ef43004c9d..19cbac0baa 100644 --- a/reference/mysqli/functions/mysqli-fetch-array.xml +++ b/reference/mysqli/functions/mysqli-fetch-array.xml @@ -1,5 +1,5 @@ - + mysqli_fetch_array @@ -13,33 +13,34 @@ intresulttype - Returns an array that corresponds to the fetched row or &false; if there are no more rows for the - database connection represented by the link parameter. + Returns an array that corresponds to the fetched row or &false; if there are no more rows for the + database connection represented by the link parameter. - mysqli_fetch_array is an extended version of the - mysqli_fetch_row function. In addition to storing the data in the - numeric indices of the result array, the mysqli_fetch_array function can - also store the data in associative indices, using the field names of the result set as keys. + mysqli_fetch_array is an extended version of the + mysqli_fetch_row function. In addition to storing the data in the + numeric indices of the result array, the mysqli_fetch_array function can + also store the data in associative indices, using the field names of the result set as keys. - If two or more columns of the result have the same field names, the last column will take - precedence and overwrite the earlier data. In order to access multiple columns with the same - name, the numerically indexed version of the row must be used. + If two or more columns of the result have the same field names, the last column will take + precedence and overwrite the earlier data. In order to access multiple columns with the same + name, the numerically indexed version of the row must be used. - The optional second argument result_type is a constant indicating what - type of array should be produced from the current row data. The possible values for this parameter - are the constants MYSQLI_ASSOC, MYSQLI_NUM, or MYSQLI_BOTH. By default the - mysqli_fetch_array function will assume MYSQLI_BOTH for this parameter. + The optional second argument result_type is a constant indicating what + type of array should be produced from the current row data. The possible values for this parameter + are the constants MYSQLI_ASSOC, MYSQLI_NUM, or MYSQLI_BOTH. By default the + mysqli_fetch_array function will assume MYSQLI_BOTH for this parameter. - By using the MYSQLI_ASSOC constant this function will behave identically to the - mysqli_fetch_assoc, while MYSQLI_NUM will behave identically to the - mysqli_fetch_row function. The final option MYSQLI_BOTH will create a single - array with the attributes of both. + By using the MYSQLI_ASSOC constant this function will behave identically to the + mysqli_fetch_assoc, while MYSQLI_NUM will behave identically to the + mysqli_fetch_row function. The final option MYSQLI_BOTH will create a single + array with the attributes of both. - + + mysqli_fetch_array with MYSQLI_NUM ]]> - - + + mysqli_fetch_array with MYSQLI_ASSOC ]]> - - + + mysqli_fetch_array with MYSQLI_BOTH ]]> - + + diff --git a/reference/mysqli/functions/mysqli-fetch-assoc.xml b/reference/mysqli/functions/mysqli-fetch-assoc.xml index f7d40db826..ec0bc9887d 100644 --- a/reference/mysqli/functions/mysqli-fetch-assoc.xml +++ b/reference/mysqli/functions/mysqli-fetch-assoc.xml @@ -1,5 +1,5 @@ - + mysqli_fetch_assoc @@ -12,21 +12,21 @@ resourceresult - Returns an associative array that corresponds to the fetched row or FALSE if there are no - more rows. + Returns an associative array that corresponds to the fetched row or FALSE if there are no + more rows. - The mysqli_fetch_assoc function is used to return an associative array - representing the next row in the result set for the result represented by the - result parameter, where each key in the array represents the name - of one of the result set's columns. + The mysqli_fetch_assoc function is used to return an associative array + representing the next row in the result set for the result represented by the + result parameter, where each key in the array represents the name + of one of the result set's columns. - If two or more columns in the result set have the same column name, the associative array - returned by the mysqli_fetch_assoc function will contain the value of - the last column of that name. If you must work with result sets with this properity, the - mysqli_fetch_row should be used which returns an numerically-indexed - array instead. + If two or more columns in the result set have the same column name, the associative array + returned by the mysqli_fetch_assoc function will contain the value of + the last column of that name. If you must work with result sets with this properity, the + mysqli_fetch_row should be used which returns an numerically-indexed + array instead. An expanded <function>mysqli_fetch_assoc</function> example diff --git a/reference/mysqli/functions/mysqli-fetch-field.xml b/reference/mysqli/functions/mysqli-fetch-field.xml index 41be7c67d7..89df5b21be 100644 --- a/reference/mysqli/functions/mysqli-fetch-field.xml +++ b/reference/mysqli/functions/mysqli-fetch-field.xml @@ -1,5 +1,5 @@ - + mysqli_fetch_field @@ -12,11 +12,11 @@ resourceresult - The mysqli_fetch_field function is used to return the attributes - of the next column in the result set represented by the result - parameter as an object. When executed this function will return an object containing - the attributes of the current column or &false; if there are no more columns in the - result set. + The mysqli_fetch_field function is used to return the attributes + of the next column in the result set represented by the result + parameter as an object. When executed this function will return an object containing + the attributes of the current column or &false; if there are no more columns in the + result set. diff --git a/reference/mysqli/functions/mysqli-fetch-fields.xml b/reference/mysqli/functions/mysqli-fetch-fields.xml index 0ed32e5418..3156e9fd32 100644 --- a/reference/mysqli/functions/mysqli-fetch-fields.xml +++ b/reference/mysqli/functions/mysqli-fetch-fields.xml @@ -1,5 +1,5 @@ - + mysqli_fetch_fields @@ -12,11 +12,11 @@ resourceresult - This function serves an identical purpose to the mysqli_fetch_field - function with the single difference that, instead of returning one object at a time for - each field, the columns are returned as an array of objects. For a description of the - attributes of each object and their meaning, see the mysqli_fetch_field - function. + This function serves an identical purpose to the mysqli_fetch_field + function with the single difference that, instead of returning one object at a time for + each field, the columns are returned as an array of objects. For a description of the + attributes of each object and their meaning, see the mysqli_fetch_field + function. diff --git a/reference/mysqli/functions/mysqli-fetch-lengths.xml b/reference/mysqli/functions/mysqli-fetch-lengths.xml index 6b2083ea5e..2f1b883b81 100644 --- a/reference/mysqli/functions/mysqli-fetch-lengths.xml +++ b/reference/mysqli/functions/mysqli-fetch-lengths.xml @@ -1,5 +1,5 @@ - + mysqli_fetch_lengths @@ -12,10 +12,10 @@ resourceresult - The mysqli_fetch_lengths function returns an array containing the - lengths of every column of the current row within the result set represented by the - result parameter. If succesfully, an numerically indexed array - representing the lengths of each column is returned or &false; on failure. + The mysqli_fetch_lengths function returns an array containing the + lengths of every column of the current row within the result set represented by the + result parameter. If succesfully, an numerically indexed array + representing the lengths of each column is returned or &false; on failure. diff --git a/reference/mysqli/functions/mysqli-fetch-object.xml b/reference/mysqli/functions/mysqli-fetch-object.xml index a26d6cb2ab..7f4fca5895 100644 --- a/reference/mysqli/functions/mysqli-fetch-object.xml +++ b/reference/mysqli/functions/mysqli-fetch-object.xml @@ -1,5 +1,5 @@ - + mysqli_fetch_object @@ -12,9 +12,9 @@ resourceresult - The mysqli_fetch_object will return the current row result set - as an object where the attributes of the object rerpesent the names of the fields found - within the result set. If no more rows exist in the current result set, &false; is returned. + The mysqli_fetch_object will return the current row result set + as an object where the attributes of the object rerpesent the names of the fields found + within the result set. If no more rows exist in the current result set, &false; is returned. diff --git a/reference/mysqli/functions/mysqli-fetch-row.xml b/reference/mysqli/functions/mysqli-fetch-row.xml index 1bdec17a05..df5095bbf7 100644 --- a/reference/mysqli/functions/mysqli-fetch-row.xml +++ b/reference/mysqli/functions/mysqli-fetch-row.xml @@ -1,5 +1,5 @@ - + mysqli_fetch_row @@ -12,14 +12,14 @@ resourceresult - Returns an array that corresponds to the fetched row, or &false; if there are no more rows. + Returns an array that corresponds to the fetched row, or &false; if there are no more rows. - mysqli_fetch_row fetches one row of data from the result set represented by - result and returns it as an enumerated array, where each column is stored - in an array offset starting from 0 (zero). Each subsequent call to the - mysqli_fetch_row function will return the next row within the result set, - or &false; if there are no more rows. + mysqli_fetch_row fetches one row of data from the result set represented by + result and returns it as an enumerated array, where each column is stored + in an array offset starting from 0 (zero). Each subsequent call to the + mysqli_fetch_row function will return the next row within the result set, + or &false; if there are no more rows. diff --git a/reference/mysqli/functions/mysqli-field-count.xml b/reference/mysqli/functions/mysqli-field-count.xml index 7cdc7199fa..bb91968686 100644 --- a/reference/mysqli/functions/mysqli-field-count.xml +++ b/reference/mysqli/functions/mysqli-field-count.xml @@ -1,5 +1,5 @@ - + mysqli_field_count @@ -12,11 +12,11 @@ resourcelink - Returns the number of columns for the most recent query on the connection - represented by the link parameter. This function - can be useful when using the mysqli_store_result - function to determine if the query should have produced a non-empty result - set or not without knowing the nature of the query. + Returns the number of columns for the most recent query on the connection + represented by the link parameter. This function + can be useful when using the mysqli_store_result + function to determine if the query should have produced a non-empty result + set or not without knowing the nature of the query. diff --git a/reference/mysqli/functions/mysqli-kill.xml b/reference/mysqli/functions/mysqli-kill.xml index 13ef312b20..e0373998bb 100644 --- a/reference/mysqli/functions/mysqli-kill.xml +++ b/reference/mysqli/functions/mysqli-kill.xml @@ -1,5 +1,5 @@ - + mysqli_kill @@ -13,9 +13,9 @@ intprocessid - This function is used to ask the server to kill a MySQL thread specified - by the processid parameter. This value must be - retrieved by calling the mysqli_thread_id function. + This function is used to ask the server to kill a MySQL thread specified + by the processid parameter. This value must be + retrieved by calling the mysqli_thread_id function. diff --git a/reference/mysqli/functions/mysqli-query.xml b/reference/mysqli/functions/mysqli-query.xml index 19a1a649d9..c23179b514 100644 --- a/reference/mysqli/functions/mysqli-query.xml +++ b/reference/mysqli/functions/mysqli-query.xml @@ -1,5 +1,5 @@ - + mysqli_query @@ -14,17 +14,17 @@ intresultmode - The mysqli_query function is used to simplify the - act of performing a query against the database represented by the - link parameter. Functionally, using this - function is identical to calling mysqli_real_query - followed either by mysqli_use_result or - mysqli_store_result where query - is the query string itself and resultmode is - either the constant MYSQLI_USE_RESULT or MYSQLI_STORE_RESULT depending - on the desired behavior. By default, if the - resultmode is not provided MYSQLI_STORE_RESULT - is used. + The mysqli_query function is used to simplify the + act of performing a query against the database represented by the + link parameter. Functionally, using this + function is identical to calling mysqli_real_query + followed either by mysqli_use_result or + mysqli_store_result where query + is the query string itself and resultmode is + either the constant MYSQLI_USE_RESULT or MYSQLI_STORE_RESULT depending + on the desired behavior. By default, if the + resultmode is not provided MYSQLI_STORE_RESULT + is used. diff --git a/reference/mysqli/functions/mysqli-real-escape-string.xml b/reference/mysqli/functions/mysqli-real-escape-string.xml index 0cce3faf9c..39e12545a7 100644 --- a/reference/mysqli/functions/mysqli-real-escape-string.xml +++ b/reference/mysqli/functions/mysqli-real-escape-string.xml @@ -1,5 +1,5 @@ - + mysqli_real_escape_string @@ -19,7 +19,7 @@ &warn.undocumented.func; - See also mysqli_character_set_name. + See also mysqli_character_set_name. diff --git a/reference/mysqli/functions/mysqli-real-query.xml b/reference/mysqli/functions/mysqli-real-query.xml index 9ef2c43125..1faa625d2b 100644 --- a/reference/mysqli/functions/mysqli-real-query.xml +++ b/reference/mysqli/functions/mysqli-real-query.xml @@ -1,5 +1,5 @@ - + mysqli_real_query @@ -13,16 +13,16 @@ stringquery - The mysqli_real_query function is used to execute - only a query against the database represented by the link - whose result can then be retrieved or stored using the - mysqli_store_result or mysqli_use_result - functions. + The mysqli_real_query function is used to execute + only a query against the database represented by the link + whose result can then be retrieved or stored using the + mysqli_store_result or mysqli_use_result + functions. - In order to determine if a given query should return a result set or not, - see mysqli_field_count. + In order to determine if a given query should return a result set or not, + see mysqli_field_count. diff --git a/reference/mysqli/functions/mysqli-store-result.xml b/reference/mysqli/functions/mysqli-store-result.xml index 62f17849e4..e63b8da13d 100644 --- a/reference/mysqli/functions/mysqli-store-result.xml +++ b/reference/mysqli/functions/mysqli-store-result.xml @@ -1,5 +1,5 @@ - + mysqli_store_result @@ -12,16 +12,16 @@ resourcelink - Transfers the result set from the last query on the database connection - represented by the link parameter to be used with - the mysqli_data_seek function. + Transfers the result set from the last query on the database connection + represented by the link parameter to be used with + the mysqli_data_seek function. - Although it is always good practice to free the memory used by the result of - a query using the mysqli_free_result function, when - transfering large result sets using the mysqli_store_result - this becomes particularly important. + Although it is always good practice to free the memory used by the result of + a query using the mysqli_free_result function, when + transfering large result sets using the mysqli_store_result + this becomes particularly important. diff --git a/reference/mysqli/functions/mysqli-thread-id.xml b/reference/mysqli/functions/mysqli-thread-id.xml index a8efcd1394..62901ff12b 100644 --- a/reference/mysqli/functions/mysqli-thread-id.xml +++ b/reference/mysqli/functions/mysqli-thread-id.xml @@ -1,5 +1,5 @@ - + mysqli_thread_id @@ -12,15 +12,15 @@ resourcelink - The mysqli_thread_id function returns the thread - ID for the current connection which can then be killed using the - mysqli_kill function. + The mysqli_thread_id function returns the thread + ID for the current connection which can then be killed using the + mysqli_kill function. - The thread ID is assigned on a connection-by-connection basis. Hence, - if the connection is broken and then re-established a new thread ID - will be assigned. + The thread ID is assigned on a connection-by-connection basis. Hence, + if the connection is broken and then re-established a new thread ID + will be assigned. diff --git a/reference/mysqli/functions/mysqli-use-result.xml b/reference/mysqli/functions/mysqli-use-result.xml index 6352db70eb..c4d420ed05 100644 --- a/reference/mysqli/functions/mysqli-use-result.xml +++ b/reference/mysqli/functions/mysqli-use-result.xml @@ -1,5 +1,5 @@ - + mysqli_use_result @@ -12,21 +12,21 @@ resourcelink - mysqli_use_result is used to initiate the retrieval - of a result set from the last query executed using the - mysqli_real_query function on the database connection - specified by the link parameter. Either this or the - mysqli_store_result function must be called before the - results of a query can be retrieved, and one or the other must be called - to prevent the next query on that database connection from failing. + mysqli_use_result is used to initiate the retrieval + of a result set from the last query executed using the + mysqli_real_query function on the database connection + specified by the link parameter. Either this or the + mysqli_store_result function must be called before the + results of a query can be retrieved, and one or the other must be called + to prevent the next query on that database connection from failing. - The mysqli_use_result function does not transfer - the entire result set from the database and hence cannot be used functions - such as mysqli_data_seek to move to a particular - row within the set. To use this functionality, the result set must be - stored using mysqli_store_result + The mysqli_use_result function does not transfer + the entire result set from the database and hence cannot be used functions + such as mysqli_data_seek to move to a particular + row within the set. To use this functionality, the result set must be + stored using mysqli_store_result