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

(PHP 5, PHP 7) Resets a prepared statement bool

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

(PHP 5, PHP 7) Executes a prepared Query bool

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

(PHP 5, PHP 7) Send data in blocks bool mysq

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::$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