The correct option is (c) mysqli_rollback()
The explanation: The function mysqli_rollback() is used to roll back from the current transaction for the specified database connection. Its syntax is: mysqli_rollback(connection);
Rollback() was used in previous version of PHP.