From 2b4e86c3dc16f7aadfb8c03636658014a72d6b26 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Mon, 30 May 2005 10:23:26 +0000 Subject: [PATCH] Return value git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@187308 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/mysqli/functions/mysqli-rpl-query-type.xml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/reference/mysqli/functions/mysqli-rpl-query-type.xml b/reference/mysqli/functions/mysqli-rpl-query-type.xml index 14369d63db..4f2c5236d3 100644 --- a/reference/mysqli/functions/mysqli-rpl-query-type.xml +++ b/reference/mysqli/functions/mysqli-rpl-query-type.xml @@ -1,5 +1,5 @@ - + mysqli_rpl_query_type @@ -23,6 +23,16 @@ + + Returns MYSQLI_RPL_MASTER, + MYSQLI_RPL_SLAVE or + MYSQLI_RPL_ADMIN depending on a query type. + INSERT, UPDATE and similar are + master queries, SELECT is + slave, and FLUSH, + REPAIR and similar are admin. + + &warn.experimental.func;