The MySQLi Extension Function Summary (original) (raw)
Properties
N/A
Gets the number of affected rows in a previous MySQL operation
N/A
Returns the MySQL client version as a string
N/A
Returns MySQL client version info as an integer
N/A
Returns the error code from last connect call
N/A
Returns a string description of the last connect error
N/A
Returns the error code for the most recent function call
N/A
Returns a string description of the last error
N/A
Returns the number of columns for the most recent query
N/A
Returns a string representing the type of connection used
N/A
Returns the version of the MySQL protocol used
N/A
Returns the version of the MySQL server
N/A
Returns the version of the MySQL server as an integer
N/A
Retrieves information about the most recently executed query
N/A
Returns the auto generated id used in the last query
N/A
Returns the SQLSTATE error from previous MySQL operation
N/A
Returns the number of warnings from the last query for the given link
Methods
N/A
Turns on or off auto-committing database modifications
N/A
Changes the user of the specified database connection
mysqli::character_set_name(), mysqli::client_encoding
Returns the default character set for the database connection
N/A
Closes a previously opened database connection
N/A
Commits the current transaction
N/A
Open a new connection to the MySQL server [Note: static (i.e. class) method]
N/A
Performs debugging operations
N/A
Dump debugging information into the log
N/A
Returns a character set object
mysqli::get_connection_stats()
N/A
Returns client connection statistics. Available only with mysqlnd.
N/A
Returns the MySQL client version as a string
N/A
Returns client per-process statistics. Available only with mysqlnd.
N/A
Returns client Zval cache statistics. Available only with mysqlnd.
N/A
Returns a string representing the version of the MySQL server that the MySQLi extension is connected to
N/A
NOT DOCUMENTED
N/A
Initializes MySQLi and returns a resource for use with mysqli_real_connect. [Not called on an object, as it returns a $mysqli object.]
N/A
Asks the server to kill a MySQL thread
N/A
Check if there are any more query results from a multi query
N/A
Performs a query on the database
N/A
Prepare next result from multi_query
Set options
N/A
Pings a server connection, or tries to reconnect if the connection has gone down
N/A
Prepare an SQL statement for execution
N/A
Performs a query on the database
N/A
Opens a connection to a mysql server
mysqli::real_escape_string(),mysqli::escape_string()
Escapes special characters in a string for use in an SQL statement, taking into account the current charset of the connection
N/A
Execute an SQL query
N/A
Flushes tables or caches, or resets the replication server information
N/A
Rolls back current transaction
N/A
Selects the default database for database queries
N/A
Sets the default client character set
mysqli::set_local_infile_default()
mysqli_set_local_infile_default()
N/A
Unsets user defined handler for load local infile command
mysqli::set_local_infile_handler()
mysqli_set_local_infile_handler()
N/A
Set callback function for LOAD DATA LOCAL INFILE command
N/A
Used for establishing secure connections using SSL
N/A
Gets the current system status
N/A
Initializes a statement and returns an object for use with mysqli_stmt_prepare
N/A
Transfers a result set from the last query
N/A
Returns the thread ID for the current connection
N/A
Returns whether thread safety is given or not
N/A
Initiate a result set retrieval