From 7f5b8ffd1c787bcc7a1da9ed2530fccc56a1fc9e Mon Sep 17 00:00:00 2001 From: Christoph Michael Becker Date: Sat, 20 Jun 2020 14:58:14 +0000 Subject: [PATCH] MySQLi: various updates [6] - remove superfluous param (mysqli) * When called OO-style, the `mysqli $link` does not need to be passed AFAIK. Verification recommended. * Add the method visibility modifier. Patch contributed by jrfnl. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350063 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/mysqli/mysqli/set-local-infile-handler.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/reference/mysqli/mysqli/set-local-infile-handler.xml b/reference/mysqli/mysqli/set-local-infile-handler.xml index e894736c55..115c6fce51 100644 --- a/reference/mysqli/mysqli/set-local-infile-handler.xml +++ b/reference/mysqli/mysqli/set-local-infile-handler.xml @@ -11,8 +11,7 @@ &reftitle.description; &style.oop; - boolmysqli::set_local_infile_handler - mysqlilink + public boolmysqli::set_local_infile_handler callableread_func &style.procedural;