Join our community in the tech forums for uncut technology discussion.
ocirollback
(PHP 3>= 3.0.7, PHP 4 , PHP 5) ocirollback -- Rolls back outstanding transactions Descriptionbool ocirollback ( resource connection )
ocirollback() rolls back all outstanding
statements for Oracle connection connection.
Returns TRUE on success or FALSE on failure.
Note:
This function was renamed to oci_rollback()
after PHP >= 5.0.0. For downward compatibility
ocirollback() can also be used.
This is deprecated, however.
Join our community in the tech forums for uncut technology discussion.
|