From 0117b816a28f8dee2053d7d9d375e303505a47fd Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Mon, 23 Jul 2007 10:22:35 +0000 Subject: [PATCH] Name of a stored procedure git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@240195 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/pdo/functions/PDOStatement-nextRowset.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/pdo/functions/PDOStatement-nextRowset.xml b/reference/pdo/functions/PDOStatement-nextRowset.xml index e87e71d7af..0e9d38dcda 100644 --- a/reference/pdo/functions/PDOStatement-nextRowset.xml +++ b/reference/pdo/functions/PDOStatement-nextRowset.xml @@ -1,5 +1,5 @@ - + PDOStatement->nextRowset() @@ -40,7 +40,7 @@ Fetching multiple rowsets returned from a stored procedure The following example shows how to call a stored procedure, - MULTIPLE_RESULTS, that returns three rowsets. We use a do / while loop to + MULTIPLE_ROWSETS, that returns three rowsets. We use a do / while loop to loop over the method, which returns false and terminates the loop when no more rowsets can be returned.