From 53109c2c23643fb23ec27b4be86982f5dd6293ea Mon Sep 17 00:00:00 2001 From: Richard Quadling Date: Mon, 27 Nov 2006 09:21:03 +0000 Subject: [PATCH] "will return" -> "returns" - less formal git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@223950 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/uodbc/functions/odbc-next-result.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/reference/uodbc/functions/odbc-next-result.xml b/reference/uodbc/functions/odbc-next-result.xml index 34e1b5c2fa..e82a376461 100644 --- a/reference/uodbc/functions/odbc-next-result.xml +++ b/reference/uodbc/functions/odbc-next-result.xml @@ -1,5 +1,5 @@ - + @@ -15,13 +15,13 @@ resourceresult_id - odbc_next_result will return &true; if there are more result sets + odbc_next_result returns &true; if there are more result sets available as well as allowing access to the next result set via odbc_fetch_array, odbc_fetch_row, odbc_result, etc. - This function will return &false; on error. + This function returns &false; on error. The argument is a valid result identifier returned by odbc_exec.