From c0cd550b7e1487c72307f55ef4cdf24fa98fafb5 Mon Sep 17 00:00:00 2001 From: Maxim Maletsky Date: Sun, 10 Nov 2002 00:43:02 +0000 Subject: [PATCH] fixed return type and added "see also ocicommit". These two are pretty relevant to each other git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@103104 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/oci8/functions/ocirollback.xml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/reference/oci8/functions/ocirollback.xml b/reference/oci8/functions/ocirollback.xml index dd6c72e9b2..f80554905c 100644 --- a/reference/oci8/functions/ocirollback.xml +++ b/reference/oci8/functions/ocirollback.xml @@ -1,5 +1,5 @@ - + @@ -9,13 +9,17 @@ Description - intOCIRollback + boolOCIRollback intconnection OCIRollback rolls back all outstanding - statements for Oracle connection connection. + statements for Oracle connection connection. OCIRollback + returns &true; on success and &false; otherwise. + + See also OCICommit. +