}
/* }}} */
+
/* {{{ proto bool mysqli_autocommit(object link, bool mode) U
Turn auto commit on or of */
PHP_FUNCTION(mysqli_autocommit)
}
/* }}} */
+
/* {{{ proto bool mysqli_stmt_bind_param(object stmt, string types, mixed variable [,mixed,....]) U
Bind variables to a prepared statement as parameters */
PHP_FUNCTION(mysqli_stmt_bind_param)
}
/* }}} */
+
/* {{{ proto bool mysqli_stmt_bind_result(object stmt, mixed var, [,mixed, ...]) U
Bind variables to a prepared statement for result storage */
}
/* }}} */
+
/* {{{ proto bool mysqli_change_user(object link, string user, string password, string database) U
Change logged-in user of the active connection */
PHP_FUNCTION(mysqli_change_user)
}
/* }}} */
+
/* {{{ proto string mysqli_character_set_name(object link) U
Returns the name of the character set used for this connection */
PHP_FUNCTION(mysqli_character_set_name)