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

(PHP 5 >= 5.1.0, PHP 7, PECL pdo >= 0.2.0) Set the default fetch mode for this statement

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
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
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
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::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::bindValue
  • References/PHP/Function/Database/PDO/PDOStatement

(PHP 5 >= 5.1.0, PHP 7, PECL pdo >= 1.0.0) Binds a value to a parameter

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