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

(PHP 5, PHP 7) Get MySQL client info string

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

(PHP 5, PHP 7) Returns the next field in the result set

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

(PHP 5, PHP 7) Initializes MySQLi and returns a resource for use with mysqli_real_connect()

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

(PHP 5 >= 5.3.0, PHP 7) Returns statistics about the client connection

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

(PHP 5, PHP 7) Frees the memory associated with a result

2025-01-10 15:47:30
mysqli::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::$sqlstate
  • References/PHP/Function/Database/MySQL/MySQLi/mysqli

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

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

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

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

(PHP 5 >= 5.3.0, PHP 7) Check if there are more query results from a multiple query

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

(PHP 5, PHP 7) Returns a string description for last statement error

2025-01-10 15:47:30