diff --git a/reference/mysqli/mysqli/character-set-name.xml b/reference/mysqli/mysqli/character-set-name.xml
index eafc02700a..ce20149de2 100644
--- a/reference/mysqli/mysqli/character-set-name.xml
+++ b/reference/mysqli/mysqli/character-set-name.xml
@@ -99,7 +99,6 @@ Current character set is latin1_swedish_ci
mysqli_set_charset
- mysqli_client_encodingmysqli_real_escape_string
diff --git a/reference/mysqli/summary.xml b/reference/mysqli/summary.xml
index b175baefe0..b8b0f8a09b 100644
--- a/reference/mysqli/summary.xml
+++ b/reference/mysqli/summary.xml
@@ -133,10 +133,9 @@
Changes the user of the specified database connection
- mysqli::character_set_name,
- mysqli::client_encoding
+ mysqli::character_set_namemysqli_character_set_name
- mysqli_client_encoding
+ N/AReturns the default character set for the database connection
@@ -411,7 +410,7 @@
$mysqli_stmt::param_countmysqli_stmt_param_count
- mysqli_param_count
+ N/AReturns the number of parameter for the given statement
@@ -438,13 +437,13 @@
mysqli_stmt::bind_parammysqli_stmt_bind_param
- mysqli_bind_param
+ N/ABinds variables to a prepared statement as parametersmysqli_stmt::bind_resultmysqli_stmt_bind_result
- mysqli_bind_result
+ N/ABinds variables to a prepared statement for result storage
@@ -468,7 +467,7 @@
mysqli_stmt::fetchmysqli_stmt_fetch
- mysqli_fetch
+ N/AFetch results from a prepared statement into the bound variables
@@ -522,13 +521,13 @@
mysqli_stmt::result_metadatamysqli_stmt_result_metadata
- mysqli_get_metadata
+ N/AReturns result set metadata from a prepared statementmysqli_stmt::send_long_datamysqli_stmt_send_long_data
- mysqli_send_long_data
+ N/ASend data in blocks