From dc2feba86304b01240a54a9aded78c862e481d8e Mon Sep 17 00:00:00 2001 From: Christoph Michael Becker Date: Sat, 20 Jun 2020 14:56:40 +0000 Subject: [PATCH] MySQLi: various updates [4] - missing OO style method signatures (mysqli) Two documentation pages did display the procedural style method signature, but were missing the OO-style signature. Patch contributed by jrfnl. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350061 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/mysqli/mysqli/set-local-infile-default.xml | 6 ++++++ reference/mysqli/mysqli/thread-safe.xml | 5 +++++ 2 files changed, 11 insertions(+) diff --git a/reference/mysqli/mysqli/set-local-infile-default.xml b/reference/mysqli/mysqli/set-local-infile-default.xml index a43fb72fe0..5f336bdbdd 100644 --- a/reference/mysqli/mysqli/set-local-infile-default.xml +++ b/reference/mysqli/mysqli/set-local-infile-default.xml @@ -9,6 +9,12 @@ &reftitle.description; + &style.oop; + + public voidmysqli::set_local_infile_default + + + &style.procedural; voidmysqli_set_local_infile_default mysqlilink diff --git a/reference/mysqli/mysqli/thread-safe.xml b/reference/mysqli/mysqli/thread-safe.xml index dd480b96bd..8f20f846d9 100644 --- a/reference/mysqli/mysqli/thread-safe.xml +++ b/reference/mysqli/mysqli/thread-safe.xml @@ -9,6 +9,11 @@ &reftitle.description; + &style.oop; + + public voidmysqli::thread_safe + + &style.procedural; boolmysqli_thread_safe