public isUnderTransaction ()
Checks whether the connection is under a transaction
1 2 | $connection ->begin(); var_dump( $connection ->isUnderTransaction()); //true |
public isUnderTransaction ()
Checks whether the connection is under a transaction
1 2 | $connection ->begin(); var_dump( $connection ->isUnderTransaction()); //true |
Designed by : w10schools
service@w10schools.com
Please login to continue.