mysqli_stmt::$error_list
  • References/PHP/Function/Database/MySQL/MySQLi/mysqli_stmt

(PHP 5 >= 5.4.0, PHP 7) Returns a list of errors from the last statement executed

2025-01-10 15:47:30
mysqli_stmt::free_result
  • References/PHP/Function/Database/MySQL/MySQLi/mysqli_stmt

(PHP 5, PHP 7) Frees stored result memory for the given statement handle

2025-01-10 15:47:30
mysqli::$client_version
  • References/PHP/Function/Database/MySQL/MySQLi/mysqli

(PHP 5, PHP 7) Returns the MySQL client version as a string

2025-01-10 15:47:30
mysqli::$connect_errno
  • References/PHP/Function/Database/MySQL/MySQLi/mysqli

(PHP 5, PHP 7) Returns the error code from last connect call

2025-01-10 15:47:30
mysqli::real_query
  • References/PHP/Function/Database/MySQL/MySQLi/mysqli

(PHP 5, PHP 7) Execute an SQL query bool mysqli::real_query

2025-01-10 15:47:30
mysqli_stmt::$sqlstate
  • References/PHP/Function/Database/MySQL/MySQLi/mysqli_stmt

(PHP 5, PHP 7) Returns SQLSTATE error from previous statement operation

2025-01-10 15:47:30
mysqli_driver::$report_mode
  • References/PHP/Function/Database/MySQL/MySQLi/mysqli_driver

(PHP 5, PHP 7) Enables or disables internal report functions

2025-01-10 15:47:30
mysqli::store_result
  • References/PHP/Function/Database/MySQL/MySQLi/mysqli

(PHP 5, PHP 7) Transfers a result set from the last query

2025-01-10 15:47:30
mysqli::character_set_name
  • References/PHP/Function/Database/MySQL/MySQLi/mysqli

(PHP 5, PHP 7) Returns the default character set for the database connection

2025-01-10 15:47:30
mysqli_stmt::attr_set
  • References/PHP/Function/Database/MySQL/MySQLi/mysqli_stmt

(PHP 5, PHP 7) Used to modify the behavior of a prepared statement

2025-01-10 15:47:30