mysqli::multi_query
  • References/PHP/Function/Database/MySQL/MySQLi/mysqli

(PHP 5, PHP 7) Performs a query on the database

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

(PHP 5, PHP 7) Returns a string description of the last error

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

(PHP 5, PHP 7) Return the number of rows in statements result set

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

(PHP 5, PHP 7) Returns the total number of rows changed, deleted, or inserted by the last executed statement

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

(PHP 5, PHP 7) Returns the error code for the most recent function call

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

(PHP 5, PHP 7) Prepare next result from multi_query

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::poll
  • References/PHP/Function/Database/MySQL/MySQLi/mysqli

(PHP 5 >= 5.3.0, PHP 7) Poll connections public

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_get_client_stats
  • References/PHP/Function/Database/MySQL/MySQLi/mysqli

(PHP 5 >= 5.3.0, PHP 7) Returns client per-process statistics

2025-01-10 15:47:30