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

(PHP 5, PHP 7) Gets the current system status

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

(PHP 5 >= 5.3.0, PHP 7) Fetches all result rows as an associative array, a numeric array, or both

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

(PHP 5, PHP 7) Initiate a result set retrieval

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

(PHP 5, PHP 7) Commits the current transaction

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

(PHP 5, PHP 7) Returns the number of field in the given statement

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

(PHP 5, PHP 7) Fetch results from a prepared statement into the bound variables

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_stmt::attr_get
  • References/PHP/Function/Database/MySQL/MySQLi/mysqli_stmt

(PHP 5, PHP 7) Used to get the current value of a statement attribute

2025-01-10 15:47:30