ora_rollback
(PHP 4, PHP 5 <= 5.0.5)
ora_rollback โ Rolls back a transaction
์ค๋ช
bool ora_rollback
( resource $connection
)
Rollbacks an Oracle transaction.
See ora_commit() for the definition of a transaction.
๋ฐํ๊ฐ
์ฑ๊ณตํ ๊ฒฝ์ฐ TRUE๋ฅผ, ์คํจํ ๊ฒฝ์ฐ FALSE๋ฅผ ๋ฐํํฉ๋๋ค. Details about the error can be retrieved using the ora_error() and ora_errorcode() functions.
๋ณ๊ฒฝ ๊ธฐ๋ก
๋ฒ์ | ์ค๋ช |
---|---|
5.1.0 |
oracle ํ์ฅ์ ๊ถ์ฅ๋์ง ์์ต๋๋ค. oci8๋ฅผ ์ฌ์ฉํ์ญ์์ค. |