diff --git a/reference/mysqli/functions/mysqli-get-client-stats.xml b/reference/mysqli/functions/mysqli-get-client-stats.xml index b2dbcc5c2fd8..64061127353d 100644 --- a/reference/mysqli/functions/mysqli-get-client-stats.xml +++ b/reference/mysqli/functions/mysqli-get-client-stats.xml @@ -9,8 +9,8 @@ &reftitle.description; - arraymysqli_get_client_stats - + arrayfalsemysqli_get_client_stats + Returns client per-process statistics. diff --git a/reference/mysqli/mysqli/construct.xml b/reference/mysqli/mysqli/construct.xml index 6e2fa27c2db2..2ecb75804a2c 100644 --- a/reference/mysqli/mysqli/construct.xml +++ b/reference/mysqli/mysqli/construct.xml @@ -21,7 +21,7 @@ stringsocketini_get("mysqli.default_socket") - public voidmysqli::connect + public mysqlifalsemysqli::connect stringhostini_get("mysqli.default_host") stringusernameini_get("mysqli.default_user") stringpasswdini_get("mysqli.default_pw") diff --git a/reference/mysqli/mysqli/get-connection-stats.xml b/reference/mysqli/mysqli/get-connection-stats.xml index a5abec0e75a8..bbb2d081386e 100644 --- a/reference/mysqli/mysqli/get-connection-stats.xml +++ b/reference/mysqli/mysqli/get-connection-stats.xml @@ -11,12 +11,12 @@ &reftitle.description; &style.oop; - public boolmysqli::get_connection_stats - + public arrayfalsemysqli::get_connection_stats + &style.procedural; - arraymysqli_get_connection_stats + arrayfalsemysqli_get_connection_stats mysqlilink diff --git a/reference/mysqli/mysqli/insert-id.xml b/reference/mysqli/mysqli/insert-id.xml index bb5f7d1af5c4..09ccf3e07f75 100644 --- a/reference/mysqli/mysqli/insert-id.xml +++ b/reference/mysqli/mysqli/insert-id.xml @@ -13,7 +13,7 @@ mixedmysqli->insert_id &style.procedural; - mixedmysqli_insert_id + intstringmysqli_insert_id mysqlilink diff --git a/reference/mysqli/mysqli/poll.xml b/reference/mysqli/mysqli/poll.xml index 020a94b9b868..3936e7eda335 100644 --- a/reference/mysqli/mysqli/poll.xml +++ b/reference/mysqli/mysqli/poll.xml @@ -11,7 +11,7 @@ &reftitle.description; &style.oop; - public static intmysqli::poll + public static intfalsemysqli::poll arrayread arrayerror arrayreject @@ -20,7 +20,7 @@ &style.procedural; - intmysqli_poll + intfalsemysqli_poll arrayread arrayerror arrayreject diff --git a/reference/mysqli/mysqli/prepare.xml b/reference/mysqli/mysqli/prepare.xml index 62806d2dc5bf..6926b6e039c8 100644 --- a/reference/mysqli/mysqli/prepare.xml +++ b/reference/mysqli/mysqli/prepare.xml @@ -11,12 +11,12 @@ &reftitle.description; &style.oop; - public mysqli_stmtmysqli::prepare + public mysqli_stmtfalsemysqli::prepare stringquery &style.procedural; - mysqli_stmtmysqli_prepare + mysqli_stmtfalsemysqli_prepare mysqlilink stringquery diff --git a/reference/mysqli/mysqli/query.xml b/reference/mysqli/mysqli/query.xml index d772d70cfef0..2a56ee8c8e02 100644 --- a/reference/mysqli/mysqli/query.xml +++ b/reference/mysqli/mysqli/query.xml @@ -11,13 +11,13 @@ &reftitle.description; &style.oop; - public mixedmysqli::query + public mysqli_resultboolmysqli::query stringquery intresultmodeMYSQLI_STORE_RESULT &style.procedural; - mixedmysqli_query + mysqli_resultboolmysqli_query mysqlilink stringquery intresultmodeMYSQLI_STORE_RESULT diff --git a/reference/mysqli/mysqli/reap-async-query.xml b/reference/mysqli/mysqli/reap-async-query.xml index e05a6d6707e3..dcbad66919b3 100644 --- a/reference/mysqli/mysqli/reap-async-query.xml +++ b/reference/mysqli/mysqli/reap-async-query.xml @@ -11,12 +11,12 @@ &reftitle.description; &style.oop; - public mysqli_resultmysqli::reap_async_query + public mysqli_resultfalsemysqli::reap_async_query &style.procedural; - mysqli_resultmysqli_reap_async_query + mysqli_resultfalsemysqli_reap_async_query mysqlilink diff --git a/reference/mysqli/mysqli/stat.xml b/reference/mysqli/mysqli/stat.xml index a1c2e8eaa54a..7288e5ecfa7f 100644 --- a/reference/mysqli/mysqli/stat.xml +++ b/reference/mysqli/mysqli/stat.xml @@ -11,12 +11,12 @@ &reftitle.description; &style.oop; - public stringmysqli::stat + public stringfalsemysqli::stat &style.procedural; - stringmysqli_stat + stringfalsemysqli_stat mysqlilink diff --git a/reference/mysqli/mysqli/store-result.xml b/reference/mysqli/mysqli/store-result.xml index a3457c183c9b..05c97fc8a142 100644 --- a/reference/mysqli/mysqli/store-result.xml +++ b/reference/mysqli/mysqli/store-result.xml @@ -11,12 +11,12 @@ &reftitle.description; &style.oop; - public mysqli_resultmysqli::store_result + public mysqli_resultfalsemysqli::store_result intoption &style.procedural; - mysqli_resultmysqli_store_result + mysqli_resultfalsemysqli_store_result mysqlilink intoption diff --git a/reference/mysqli/mysqli/use-result.xml b/reference/mysqli/mysqli/use-result.xml index bb51eaff8030..aa1479249994 100644 --- a/reference/mysqli/mysqli/use-result.xml +++ b/reference/mysqli/mysqli/use-result.xml @@ -11,12 +11,12 @@ &reftitle.description; &style.oop; - public mysqli_resultmysqli::use_result + public mysqli_resultfalsemysqli::use_result &style.procedural; - mysqli_resultmysqli_use_result + mysqli_resultfalsemysqli_use_result mysqlilink diff --git a/reference/mysqli/mysqli_result/fetch-all.xml b/reference/mysqli/mysqli_result/fetch-all.xml index 0eddf88dcb5b..860428985be8 100644 --- a/reference/mysqli/mysqli_result/fetch-all.xml +++ b/reference/mysqli/mysqli_result/fetch-all.xml @@ -11,12 +11,12 @@ &reftitle.description; &style.oop; - public mixedmysqli_result::fetch_all + public arraymysqli_result::fetch_all intresulttypeMYSQLI_NUM &style.procedural; - mixedmysqli_fetch_all + arraymysqli_fetch_all mysqli_resultresult intresulttypeMYSQLI_NUM diff --git a/reference/mysqli/mysqli_result/fetch-array.xml b/reference/mysqli/mysqli_result/fetch-array.xml index 993a7962482c..0f3c3b2bb639 100644 --- a/reference/mysqli/mysqli_result/fetch-array.xml +++ b/reference/mysqli/mysqli_result/fetch-array.xml @@ -11,12 +11,12 @@ &reftitle.description; &style.oop; - public mixedmysqli_result::fetch_array + public arraynullmysqli_result::fetch_array intresulttypeMYSQLI_BOTH &style.procedural; - mixedmysqli_fetch_array + arraynullmysqli_fetch_array mysqli_resultresult intresulttypeMYSQLI_BOTH diff --git a/reference/mysqli/mysqli_result/fetch-assoc.xml b/reference/mysqli/mysqli_result/fetch-assoc.xml index 4fb4aca3c48a..836fb812557c 100644 --- a/reference/mysqli/mysqli_result/fetch-assoc.xml +++ b/reference/mysqli/mysqli_result/fetch-assoc.xml @@ -11,12 +11,12 @@ &reftitle.description; &style.oop; - public arraymysqli_result::fetch_assoc + public string[]nullmysqli_result::fetch_assoc &style.procedural; - arraymysqli_fetch_assoc + string[]nullmysqli_fetch_assoc mysqli_resultresult diff --git a/reference/mysqli/mysqli_result/fetch-field-direct.xml b/reference/mysqli/mysqli_result/fetch-field-direct.xml index 665cc3b26a6a..c1a08c96f294 100644 --- a/reference/mysqli/mysqli_result/fetch-field-direct.xml +++ b/reference/mysqli/mysqli_result/fetch-field-direct.xml @@ -11,12 +11,12 @@ &reftitle.description; &style.oop; - public objectmysqli_result::fetch_field_direct + public objectfalsemysqli_result::fetch_field_direct intfieldnr &style.procedural; - objectmysqli_fetch_field_direct + objectfalsemysqli_fetch_field_direct mysqli_resultresult intfieldnr diff --git a/reference/mysqli/mysqli_result/fetch-field.xml b/reference/mysqli/mysqli_result/fetch-field.xml index f34f90e0cb80..27aa32f54c94 100644 --- a/reference/mysqli/mysqli_result/fetch-field.xml +++ b/reference/mysqli/mysqli_result/fetch-field.xml @@ -11,12 +11,12 @@ &reftitle.description; &style.oop; - public objectmysqli_result::fetch_field - + public objectfalsemysqli_result::fetch_field + &style.procedural; - objectmysqli_fetch_field + objectfalsemysqli_fetch_field mysqli_resultresult diff --git a/reference/mysqli/mysqli_result/fetch-fields.xml b/reference/mysqli/mysqli_result/fetch-fields.xml index 5de91e1ee1ac..a8d49df8b2a7 100644 --- a/reference/mysqli/mysqli_result/fetch-fields.xml +++ b/reference/mysqli/mysqli_result/fetch-fields.xml @@ -11,12 +11,12 @@ &reftitle.description; &style.oop; - public arraymysqli_result::fetch_fields - + public arrayfalsemysqli_result::fetch_fields + &style.procedural; - arraymysqli_fetch_fields + arrayfalsemysqli_fetch_fields mysqli_resultresult diff --git a/reference/mysqli/mysqli_result/fetch-object.xml b/reference/mysqli/mysqli_result/fetch-object.xml index 8bae4d918a60..e6c10bd8e547 100644 --- a/reference/mysqli/mysqli_result/fetch-object.xml +++ b/reference/mysqli/mysqli_result/fetch-object.xml @@ -11,13 +11,13 @@ &reftitle.description; &style.oop; - public objectmysqli_result::fetch_object + public objectnullmysqli_result::fetch_object stringclass_name"stdClass" arrayparams &style.procedural; - objectmysqli_fetch_object + objectnullmysqli_fetch_object mysqli_resultresult stringclass_name"stdClass" arrayparams diff --git a/reference/mysqli/mysqli_result/fetch-row.xml b/reference/mysqli/mysqli_result/fetch-row.xml index dd9535af676b..b39884a0e299 100644 --- a/reference/mysqli/mysqli_result/fetch-row.xml +++ b/reference/mysqli/mysqli_result/fetch-row.xml @@ -11,12 +11,12 @@ &reftitle.description; &style.oop; - public mixedmysqli_result::fetch_row + public arraynullmysqli_result::fetch_row &style.procedural; - mixedmysqli_fetch_row + arraynullmysqli_fetch_row mysqli_resultresult diff --git a/reference/mysqli/mysqli_result/lengths.xml b/reference/mysqli/mysqli_result/lengths.xml index 7ce01522b10f..d8274dd6e89c 100644 --- a/reference/mysqli/mysqli_result/lengths.xml +++ b/reference/mysqli/mysqli_result/lengths.xml @@ -13,7 +13,7 @@ arraymysqli_result->lengths &style.procedural; - arraymysqli_fetch_lengths + int[]falsemysqli_fetch_lengths mysqli_resultresult diff --git a/reference/mysqli/mysqli_stmt/affected-rows.xml b/reference/mysqli/mysqli_stmt/affected-rows.xml index d317e82f43d6..a6c53a318321 100644 --- a/reference/mysqli/mysqli_stmt/affected-rows.xml +++ b/reference/mysqli/mysqli_stmt/affected-rows.xml @@ -15,7 +15,7 @@ intmysqli_stmt->affected_rows &style.procedural; - intmysqli_stmt_affected_rows + intstringmysqli_stmt_affected_rows mysqli_stmtstmt diff --git a/reference/mysqli/mysqli_stmt/attr-get.xml b/reference/mysqli/mysqli_stmt/attr-get.xml index 383d1fb1c01c..f48d48c468c1 100644 --- a/reference/mysqli/mysqli_stmt/attr-get.xml +++ b/reference/mysqli/mysqli_stmt/attr-get.xml @@ -12,12 +12,12 @@ &reftitle.description; &style.oop; - public intmysqli_stmt::attr_get + public intfalsemysqli_stmt::attr_get intattr &style.procedural; - intmysqli_stmt_attr_get + intfalsemysqli_stmt_attr_get mysqli_stmtstmt intattr diff --git a/reference/mysqli/mysqli_stmt/fetch.xml b/reference/mysqli/mysqli_stmt/fetch.xml index ba0da3cc6295..d998cc2bdbdc 100644 --- a/reference/mysqli/mysqli_stmt/fetch.xml +++ b/reference/mysqli/mysqli_stmt/fetch.xml @@ -11,12 +11,12 @@ &reftitle.description; &style.oop; - public boolmysqli_stmt::fetch + public boolnullmysqli_stmt::fetch &style.procedural; - boolmysqli_stmt_fetch + boolnullmysqli_stmt_fetch mysqli_stmtstmt diff --git a/reference/mysqli/mysqli_stmt/get-result.xml b/reference/mysqli/mysqli_stmt/get-result.xml index 14a35921298b..d67ae9ff2631 100644 --- a/reference/mysqli/mysqli_stmt/get-result.xml +++ b/reference/mysqli/mysqli_stmt/get-result.xml @@ -12,12 +12,12 @@ &reftitle.description; &style.oop; - public mysqli_resultmysqli_stmt::get_result + public mysqli_resultfalsemysqli_stmt::get_result &style.procedural; - mysqli_resultmysqli_stmt_get_result + mysqli_resultfalsemysqli_stmt_get_result mysqli_stmtstmt diff --git a/reference/mysqli/mysqli_stmt/prepare.xml b/reference/mysqli/mysqli_stmt/prepare.xml index 4c2d49e6cd06..2cc8e497fba1 100644 --- a/reference/mysqli/mysqli_stmt/prepare.xml +++ b/reference/mysqli/mysqli_stmt/prepare.xml @@ -11,7 +11,7 @@ &reftitle.description; &style.oop; - public mixedmysqli_stmt::prepare + public boolmysqli_stmt::prepare stringquery &style.procedural; diff --git a/reference/mysqli/mysqli_stmt/result-metadata.xml b/reference/mysqli/mysqli_stmt/result-metadata.xml index dc23b9a09b74..4fa123645a5c 100644 --- a/reference/mysqli/mysqli_stmt/result-metadata.xml +++ b/reference/mysqli/mysqli_stmt/result-metadata.xml @@ -11,12 +11,12 @@ &reftitle.description; &style.oop; - public mysqli_resultmysqli_stmt::result_metadata + public mysqli_resultfalsemysqli_stmt::result_metadata &style.procedural; - mysqli_resultmysqli_stmt_result_metadata + mysqli_resultfalsemysqli_stmt_result_metadata mysqli_stmtstmt