TwistPHP Documentation

autocommitStatus

File path: dist/twist/Core/Helpers/Database.helper.php
Namespace: Twist\Core\Helpers
Extends: Base

autocommitStatusCheck if autocommit is turned on in the current database setting

Return Values

void — No return information has been documented for this function.

Example

<?php
//Call the function autocommitStatus with the example vars
Twist::Database() -> autocommitStatus();