(PHP 5, PHP 7)
mysqli::__construct
  • References/PHP/Function/Database/MySQL/MySQLi/mysqli

(PHP 5, PHP 7) Open a new connection to the MySQL server

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

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

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

(PHP 5 <= 5.3.0) Refreshes public bool mysqli::refresh

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

(PHP 5, PHP 7) Escapes special characters in a string for use in an SQL statement, taking into account the current

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

(PHP 5, PHP 7) Opens a connection to a mysql server

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

(PHP 5, PHP 7) Rolls back current transaction

2025-01-10 15:47:30