(PHP 5, PHP 7)
mysqli_stmt::$insert_id
  • References/PHP/Function/Database/MySQL/MySQLi/mysqli_stmt

(PHP 5, PHP 7) Get the ID generated from the previous INSERT operation

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

(PHP 5 >= 5.1.0, PHP 7) Get result of SHOW WARNINGS

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

(PHP 5, PHP 7) Binds variables to a prepared statement as parameters

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

(PHP 5, PHP 7) Prepare an SQL statement for execution

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

(PHP 5, PHP 7) Binds variables to a prepared statement for result storage

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

(PHP 5 >= 5.3.0, PHP 7) Gets a result set from a prepared statement

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

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

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

(PHP 5 >= 5.3.0, PHP 7) Reads the next result from a multiple query

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

(PHP 5, PHP 7) Constructs a new

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

(PHP 5, PHP 7) Seeks to an arbitrary row in statement result set

2025-01-10 15:47:30