(PHP 5, PHP 7)
mysqli::$info
  • References/PHP/Function/Database/MySQL/MySQLi/mysqli

(PHP 5, PHP 7) Retrieves information about the most recently executed query

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

(PHP 5, PHP 7) Returns RPL query type int my

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

(PHP 5, PHP 7) Initializes a statement and returns an object for use with mysqli_stmt_prepare

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

(PHP 5, PHP 7) Returns the number of columns for the most recent query

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

(PHP 5, PHP 7) Returns the version of the MySQL server as an integer

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

(PHP 5, PHP 7) Returns whether thread safety is given or not

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

(PHP 5, PHP 7) Send the query and return bool

2025-01-10 15:47:30