English | 简体中文 | 繁體中文 | Русский язык | Français | Español | Português | Deutsch | 日本語 | 한국어 | Italiano | بالعربية

Basic PHP Tutorial

Advanced PHP Tutorial

PHP & MySQL

PHP Reference Manual

PHP odbc_rollback() Function Usage and Example

PHP ODBC Reference Manual

The odbc_rollback() function is used to roll back transactions

Syntax

bool odbc_rollback ( resource $connection_id )

Definition and usage

Rolls back all pending statements on the connection.

Return value

Returns true on success, otherwise returns false

Parameter

Serial numberParameters and descriptions
1

connection_id

It contains information about connection identifiers

PHP ODBC Reference Manual