(PHP 5, PHP 7)
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_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_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_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
mysqli_stmt::$param_count
  • References/PHP/Function/Database/MySQL/MySQLi/mysqli_stmt

(PHP 5, PHP 7) Returns the number of parameter for the given statement

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

(PHP 5, PHP 7) Returns result set metadata from a prepared statement

2025-01-10 15:47:30