(PHP 5 >= 5.1.0, PHP 7, PECL pdo >= 0.1.0)
PDO::rollBack
  • References/PHP/Function/Database/PDO

(PHP 5 >= 5.1.0, PHP 7, PECL pdo >= 0.1.0) Rolls back a transaction

2025-01-10 15:47:30
PDOStatement::fetch
  • References/PHP/Function/Database/PDO/PDOStatement

(PHP 5 >= 5.1.0, PHP 7, PECL pdo >= 0.1.0) Fetches the next row from a result set

2025-01-10 15:47:30
PDOStatement::columnCount
  • References/PHP/Function/Database/PDO/PDOStatement

(PHP 5 >= 5.1.0, PHP 7, PECL pdo >= 0.2.0) Returns the number of columns in the result set

2025-01-10 15:47:30
PDO::quote
  • References/PHP/Function/Database/PDO

(PHP 5 >= 5.1.0, PHP 7, PECL pdo >= 0.2.1) Quotes a string for use in a query.

2025-01-10 15:47:30
PDO::errorInfo
  • References/PHP/Function/Database/PDO

(PHP 5 >= 5.1.0, PHP 7, PECL pdo >= 0.1.0) Fetch extended error information associated with the last

2025-01-10 15:47:30
PDO::commit
  • References/PHP/Function/Database/PDO

(PHP 5 >= 5.1.0, PHP 7, PECL pdo >= 0.1.0) Commits a transaction

2025-01-10 15:47:30
PDOStatement::bindParam
  • References/PHP/Function/Database/PDO/PDOStatement

(PHP 5 >= 5.1.0, PHP 7, PECL pdo >= 0.1.0) Binds a parameter to the specified variable name

2025-01-10 15:47:30
PDO::query
  • References/PHP/Function/Database/PDO

(PHP 5 >= 5.1.0, PHP 7, PECL pdo >= 0.2.0) Executes an SQL statement, returning a result set as a PDOStatement

2025-01-10 15:47:30
PDOStatement::getColumnMeta
  • References/PHP/Function/Database/PDO/PDOStatement

(PHP 5 >= 5.1.0, PHP 7, PECL pdo >= 0.2.0) Returns metadata for a column in a result set

2025-01-10 15:47:30
PDOStatement::nextRowset
  • References/PHP/Function/Database/PDO/PDOStatement

(PHP 5 >= 5.1.0, PHP 7, PECL pdo >= 0.2.0) Advances to the next rowset in a multi-rowset statement handle

2025-01-10 15:47:30