(PHP 5 >= 5.1.0, PHP 7, PECL pdo >= 1.0.0)
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
PDOStatement::getAttribute
  • References/PHP/Function/Database/PDO/PDOStatement

(PHP 5 >= 5.1.0, PHP 7, PECL pdo >= 0.2.0) Retrieve a statement attribute

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

(PHP 5 >= 5.1.0, PHP 7, PECL pdo >= 0.9.0) Dump an SQL prepared command

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

(PHP 5 >= 5.1.0, PHP 7, PECL pdo >= 0.1.0) Returns the number of rows affected by the last SQL statement

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

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

(PHP 5 >= 5.1.0, PHP 7, PECL pdo >= 0.1.0) Executes a prepared statement

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

(PHP 5 >= 5.1.0, PHP 7, PECL pdo >= 0.1.0) Fetch the SQLSTATE associated with the last operation on the

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

(PHP 5 >= 5.1.0, PHP 7, PECL pdo >= 0.1.0) Bind a column to a PHP variable

2025-01-10 15:47:30