Go to the source code of this file.
|
int | php_le_pmysqli (void) |
|
void | php_mysqli_dtor_p_elements (void *data) |
|
void | php_mysqli_close (MY_MYSQL *mysql, int close_type, int resource_status) |
|
void | php_mysqli_fetch_into_hash (INTERNAL_FUNCTION_PARAMETERS, int override_flag, int into_object) |
|
void | php_clear_stmt_bind (MY_STMT *stmt) |
|
void | php_clear_mysql (MY_MYSQL *) |
|
MYSQLI_WARNING * | php_get_warnings (MYSQLND_CONN_DATA *mysql) |
|
void | php_clear_warnings (MYSQLI_WARNING *w) |
|
void | php_free_stmt_bind_buffer (BIND_BUFFER bbuf, int type) |
|
void | php_mysqli_report_error (const char *sqlstate, int errorno, const char *error) |
|
void | php_mysqli_report_index (const char *query, unsigned int status) |
|
void | php_mysqli_throw_sql_exception (char *sqlstate, int errorno, char *format,...) |
|
| PHP_MYSQLI_EXPORT (zend_object *) mysqli_objects_new(zend_class_entry *) |
|
void | mysqli_common_connect (INTERNAL_FUNCTION_PARAMETERS, bool is_real_connect, bool in_ctor) |
|
void | php_mysqli_init (INTERNAL_FUNCTION_PARAMETERS, bool is_method) |
|
◆ FETCH_RESULT
◆ FETCH_SIMPLE
◆ MYSQLI_ASSOC
◆ MYSQLI_ASYNC
◆ MYSQLI_BOTH
◆ MYSQLI_DISABLE_MQ
Value: if (mysql->multi_query) { \
mysql->multi_query = 0; \
}
@ MYSQL_OPTION_MULTI_STATEMENTS_OFF
Definition at line 67 of file mysqli_priv.h.
◆ MYSQLI_ENABLE_MQ
Value: if (!mysql->multi_query) { \
mysql->multi_query = 1; \
}
@ MYSQL_OPTION_MULTI_STATEMENTS_ON
Definition at line 72 of file mysqli_priv.h.
◆ MYSQLI_NUM
◆ MYSQLI_REPORT_ALL
◆ MYSQLI_REPORT_CLOSE
◆ MYSQLI_REPORT_ERROR
◆ MYSQLI_REPORT_INDEX
◆ MYSQLI_REPORT_MYSQL_ERROR
#define MYSQLI_REPORT_MYSQL_ERROR |
( |
| mysql | ) |
|
Value:
}
#define MYSQLI_REPORT_ERROR
#define mysql_sqlstate(r)
Definition at line 110 of file mysqli_priv.h.
◆ MYSQLI_REPORT_OFF
◆ MYSQLI_REPORT_STMT_ERROR
#define MYSQLI_REPORT_STMT_ERROR |
( |
| stmt | ) |
|
Value:
}
#define mysql_stmt_error(s)
#define mysql_stmt_errno(s)
#define mysql_stmt_sqlstate(s)
Definition at line 115 of file mysqli_priv.h.
◆ MYSQLI_REPORT_STRICT
#define MYSQLI_REPORT_STRICT 2 |
◆ MYSQLI_RETURN_LONG_INT
#define MYSQLI_RETURN_LONG_INT |
( |
| __val | ) |
|
◆ MYSQLI_STORE_RESULT
◆ MYSQLI_STORE_RESULT_COPY_DATA
#define MYSQLI_STORE_RESULT_COPY_DATA 16 |
◆ MYSQLI_USE_RESULT
◆ PHP_MYSQLI_EXPORT
#define PHP_MYSQLI_EXPORT |
( |
| __type | ) |
|
◆ mysqli_common_connect()
◆ php_clear_mysql()
◆ php_clear_stmt_bind()
◆ php_clear_warnings()
◆ php_free_stmt_bind_buffer()
◆ php_get_warnings()
◆ php_le_pmysqli()
int php_le_pmysqli |
( |
void | | ) |
|
|
extern |
◆ php_mysqli_close()
void php_mysqli_close |
( |
MY_MYSQL * | mysql, |
|
|
int | close_type, |
|
|
int | resource_status ) |
|
extern |
◆ php_mysqli_dtor_p_elements()
void php_mysqli_dtor_p_elements |
( |
void * | data | ) |
|
|
extern |
◆ PHP_MYSQLI_EXPORT()
◆ php_mysqli_fetch_into_hash()
◆ php_mysqli_init()
◆ php_mysqli_report_error()
void php_mysqli_report_error |
( |
const char * | sqlstate, |
|
|
int | errorno, |
|
|
const char * | error ) |
|
extern |
◆ php_mysqli_report_index()
void php_mysqli_report_index |
( |
const char * | query, |
|
|
unsigned int | status ) |
|
extern |
◆ php_mysqli_throw_sql_exception()
void php_mysqli_throw_sql_exception |
( |
char * | sqlstate, |
|
|
int | errorno, |
|
|
char * | format, |
|
|
| ... ) |
|
extern |
◆ mysqli_driver_methods
◆ mysqli_driver_property_entries
◆ mysqli_driver_property_info_entries
◆ mysqli_exception_methods
◆ mysqli_functions
◆ mysqli_link_methods
◆ mysqli_link_property_entries
◆ mysqli_link_property_info_entries
◆ mysqli_result_methods
◆ mysqli_result_property_entries
◆ mysqli_result_property_info_entries
◆ mysqli_stmt_methods
◆ mysqli_stmt_property_entries
◆ mysqli_stmt_property_info_entries
◆ mysqli_warning_methods
◆ mysqli_warning_property_entries
◆ mysqli_warning_property_info_entries