From b3b1c8de67662862f1567f7dd62ac04b0a661ea8 Mon Sep 17 00:00:00 2001 From: Maxim Maletsky Date: Sun, 10 Nov 2002 00:26:04 +0000 Subject: [PATCH] Expanded documentation with return values, useful example and "see also" git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@103100 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/oci8/functions/ocicommit.xml | 40 ++++++++++++++++++++++++-- 1 file changed, 38 insertions(+), 2 deletions(-) diff --git a/reference/oci8/functions/ocicommit.xml b/reference/oci8/functions/ocicommit.xml index 3f57ba7cee..c3cdc1fcb7 100644 --- a/reference/oci8/functions/ocicommit.xml +++ b/reference/oci8/functions/ocicommit.xml @@ -1,5 +1,5 @@ - + @@ -14,8 +14,44 @@ OCICommit commits all outstanding statements - for Oracle connection connection. + for Oracle connection connection. OCICommit + returns &true; on success and &false; otherwise. + + This example demonstrates how OCICommit is used. + + OCINLogon + + +]]> + + + + + See also OCIRollback. +