From 91ec325f8a5091414da66dd53f33f39fa5b95307 Mon Sep 17 00:00:00 2001 From: Mehdi Achour Date: Sun, 31 Oct 2004 19:42:23 +0000 Subject: [PATCH] fix 30632 again, The return values were already explained, and the result an be null too git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@171751 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/mysqli/functions/mysqli-stmt-fetch.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/reference/mysqli/functions/mysqli-stmt-fetch.xml b/reference/mysqli/functions/mysqli-stmt-fetch.xml index 4de9c8a495..5bf0a366c3 100644 --- a/reference/mysqli/functions/mysqli-stmt-fetch.xml +++ b/reference/mysqli/functions/mysqli-stmt-fetch.xml @@ -1,5 +1,5 @@ - + mysqli_stmt_fetch @@ -12,14 +12,14 @@ Description Procedural style: - boolmysqli_stmt_fetch + mixedmysqli_stmt_fetch objectstmt Object oriented style (method): stmt - bool + mixed fetch @@ -27,7 +27,7 @@ mysqli_stmt_fetch fetch the result from a prepared statement into the variables bound by - mysqli_stmt_bind_result. &return.success; + mysqli_stmt_bind_result.