summaryrefslogtreecommitdiffstats
path: root/mysqli_REFLECTION
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-05-10 14:34:10 +0200
committerRemi Collet <remi@remirepo.net>2021-05-10 14:34:10 +0200
commit07a59197db5368f41d264f32c514c87c379d814f (patch)
tree386f7924153a71b93ec095ad5a462d8893f87648 /mysqli_REFLECTION
new packageHEADmaster
Diffstat (limited to 'mysqli_REFLECTION')
-rw-r--r--mysqli_REFLECTION1729
1 files changed, 1729 insertions, 0 deletions
diff --git a/mysqli_REFLECTION b/mysqli_REFLECTION
new file mode 100644
index 0000000..5b49697
--- /dev/null
+++ b/mysqli_REFLECTION
@@ -0,0 +1,1729 @@
+Extension [ <persistent> extension #60 mysqli version 8.0.25 ] {
+
+ - Dependencies {
+ Dependency [ spl (Required) ]
+ Dependency [ mysqlnd (Required) ]
+ }
+
+ - INI {
+ Entry [ mysqli.max_links <SYSTEM> ]
+ Current = '-1'
+ }
+ Entry [ mysqli.max_persistent <SYSTEM> ]
+ Current = '-1'
+ }
+ Entry [ mysqli.allow_persistent <SYSTEM> ]
+ Current = '1'
+ }
+ Entry [ mysqli.rollback_on_cached_plink <SYSTEM> ]
+ Current = '0'
+ }
+ Entry [ mysqli.default_host <ALL> ]
+ Current = ''
+ }
+ Entry [ mysqli.default_user <ALL> ]
+ Current = ''
+ }
+ Entry [ mysqli.default_pw <ALL> ]
+ Current = ''
+ }
+ Entry [ mysqli.default_port <ALL> ]
+ Current = '3306'
+ }
+ Entry [ mysqli.default_socket <ALL> ]
+ Current = '/var/lib/mysql/mysql.sock'
+ }
+ Entry [ mysqli.reconnect <SYSTEM> ]
+ Current = '0'
+ }
+ Entry [ mysqli.allow_local_infile <SYSTEM> ]
+ Current = '0'
+ }
+ }
+
+ - Constants [111] {
+ Constant [ int MYSQLI_READ_DEFAULT_GROUP ] { 5 }
+ Constant [ int MYSQLI_READ_DEFAULT_FILE ] { 4 }
+ Constant [ int MYSQLI_OPT_CONNECT_TIMEOUT ] { 0 }
+ Constant [ int MYSQLI_OPT_LOCAL_INFILE ] { 8 }
+ Constant [ int MYSQLI_INIT_COMMAND ] { 3 }
+ Constant [ int MYSQLI_OPT_READ_TIMEOUT ] { 11 }
+ Constant [ int MYSQLI_OPT_NET_CMD_BUFFER_SIZE ] { 202 }
+ Constant [ int MYSQLI_OPT_NET_READ_BUFFER_SIZE ] { 203 }
+ Constant [ int MYSQLI_OPT_INT_AND_FLOAT_NATIVE ] { 201 }
+ Constant [ int MYSQLI_OPT_SSL_VERIFY_SERVER_CERT ] { 21 }
+ Constant [ int MYSQLI_SERVER_PUBLIC_KEY ] { 35 }
+ Constant [ int MYSQLI_CLIENT_SSL ] { 2048 }
+ Constant [ int MYSQLI_CLIENT_COMPRESS ] { 32 }
+ Constant [ int MYSQLI_CLIENT_INTERACTIVE ] { 1024 }
+ Constant [ int MYSQLI_CLIENT_IGNORE_SPACE ] { 256 }
+ Constant [ int MYSQLI_CLIENT_NO_SCHEMA ] { 16 }
+ Constant [ int MYSQLI_CLIENT_FOUND_ROWS ] { 2 }
+ Constant [ int MYSQLI_CLIENT_SSL_VERIFY_SERVER_CERT ] { 1073741824 }
+ Constant [ int MYSQLI_CLIENT_SSL_DONT_VERIFY_SERVER_CERT ] { 64 }
+ Constant [ int MYSQLI_CLIENT_CAN_HANDLE_EXPIRED_PASSWORDS ] { 4194304 }
+ Constant [ int MYSQLI_OPT_CAN_HANDLE_EXPIRED_PASSWORDS ] { 37 }
+ Constant [ int MYSQLI_STORE_RESULT ] { 0 }
+ Constant [ int MYSQLI_USE_RESULT ] { 1 }
+ Constant [ int MYSQLI_ASYNC ] { 8 }
+ Constant [ int MYSQLI_STORE_RESULT_COPY_DATA ] { 16 }
+ Constant [ int MYSQLI_ASSOC ] { 1 }
+ Constant [ int MYSQLI_NUM ] { 2 }
+ Constant [ int MYSQLI_BOTH ] { 3 }
+ Constant [ int MYSQLI_STMT_ATTR_UPDATE_MAX_LENGTH ] { 0 }
+ Constant [ int MYSQLI_STMT_ATTR_CURSOR_TYPE ] { 1 }
+ Constant [ int MYSQLI_CURSOR_TYPE_NO_CURSOR ] { 0 }
+ Constant [ int MYSQLI_CURSOR_TYPE_READ_ONLY ] { 1 }
+ Constant [ int MYSQLI_CURSOR_TYPE_FOR_UPDATE ] { 2 }
+ Constant [ int MYSQLI_CURSOR_TYPE_SCROLLABLE ] { 4 }
+ Constant [ int MYSQLI_STMT_ATTR_PREFETCH_ROWS ] { 2 }
+ Constant [ int MYSQLI_NOT_NULL_FLAG ] { 1 }
+ Constant [ int MYSQLI_PRI_KEY_FLAG ] { 2 }
+ Constant [ int MYSQLI_UNIQUE_KEY_FLAG ] { 4 }
+ Constant [ int MYSQLI_MULTIPLE_KEY_FLAG ] { 8 }
+ Constant [ int MYSQLI_BLOB_FLAG ] { 16 }
+ Constant [ int MYSQLI_UNSIGNED_FLAG ] { 32 }
+ Constant [ int MYSQLI_ZEROFILL_FLAG ] { 64 }
+ Constant [ int MYSQLI_AUTO_INCREMENT_FLAG ] { 512 }
+ Constant [ int MYSQLI_TIMESTAMP_FLAG ] { 1024 }
+ Constant [ int MYSQLI_SET_FLAG ] { 2048 }
+ Constant [ int MYSQLI_NUM_FLAG ] { 32768 }
+ Constant [ int MYSQLI_PART_KEY_FLAG ] { 16384 }
+ Constant [ int MYSQLI_GROUP_FLAG ] { 32768 }
+ Constant [ int MYSQLI_ENUM_FLAG ] { 256 }
+ Constant [ int MYSQLI_BINARY_FLAG ] { 128 }
+ Constant [ int MYSQLI_NO_DEFAULT_VALUE_FLAG ] { 4096 }
+ Constant [ int MYSQLI_ON_UPDATE_NOW_FLAG ] { 8192 }
+ Constant [ int MYSQLI_TYPE_DECIMAL ] { 0 }
+ Constant [ int MYSQLI_TYPE_TINY ] { 1 }
+ Constant [ int MYSQLI_TYPE_SHORT ] { 2 }
+ Constant [ int MYSQLI_TYPE_LONG ] { 3 }
+ Constant [ int MYSQLI_TYPE_FLOAT ] { 4 }
+ Constant [ int MYSQLI_TYPE_DOUBLE ] { 5 }
+ Constant [ int MYSQLI_TYPE_NULL ] { 6 }
+ Constant [ int MYSQLI_TYPE_TIMESTAMP ] { 7 }
+ Constant [ int MYSQLI_TYPE_LONGLONG ] { 8 }
+ Constant [ int MYSQLI_TYPE_INT24 ] { 9 }
+ Constant [ int MYSQLI_TYPE_DATE ] { 10 }
+ Constant [ int MYSQLI_TYPE_TIME ] { 11 }
+ Constant [ int MYSQLI_TYPE_DATETIME ] { 12 }
+ Constant [ int MYSQLI_TYPE_YEAR ] { 13 }
+ Constant [ int MYSQLI_TYPE_NEWDATE ] { 14 }
+ Constant [ int MYSQLI_TYPE_ENUM ] { 247 }
+ Constant [ int MYSQLI_TYPE_SET ] { 248 }
+ Constant [ int MYSQLI_TYPE_TINY_BLOB ] { 249 }
+ Constant [ int MYSQLI_TYPE_MEDIUM_BLOB ] { 250 }
+ Constant [ int MYSQLI_TYPE_LONG_BLOB ] { 251 }
+ Constant [ int MYSQLI_TYPE_BLOB ] { 252 }
+ Constant [ int MYSQLI_TYPE_VAR_STRING ] { 253 }
+ Constant [ int MYSQLI_TYPE_STRING ] { 254 }
+ Constant [ int MYSQLI_TYPE_CHAR ] { 1 }
+ Constant [ int MYSQLI_TYPE_INTERVAL ] { 247 }
+ Constant [ int MYSQLI_TYPE_GEOMETRY ] { 255 }
+ Constant [ int MYSQLI_TYPE_JSON ] { 245 }
+ Constant [ int MYSQLI_TYPE_NEWDECIMAL ] { 246 }
+ Constant [ int MYSQLI_TYPE_BIT ] { 16 }
+ Constant [ int MYSQLI_SET_CHARSET_NAME ] { 7 }
+ Constant [ int MYSQLI_SET_CHARSET_DIR ] { 6 }
+ Constant [ int MYSQLI_NO_DATA ] { 100 }
+ Constant [ int MYSQLI_DATA_TRUNCATED ] { 101 }
+ Constant [ int MYSQLI_REPORT_INDEX ] { 4 }
+ Constant [ int MYSQLI_REPORT_ERROR ] { 1 }
+ Constant [ int MYSQLI_REPORT_STRICT ] { 2 }
+ Constant [ int MYSQLI_REPORT_ALL ] { 255 }
+ Constant [ int MYSQLI_REPORT_OFF ] { 0 }
+ Constant [ int MYSQLI_DEBUG_TRACE_ENABLED ] { 0 }
+ Constant [ int MYSQLI_SERVER_QUERY_NO_GOOD_INDEX_USED ] { 16 }
+ Constant [ int MYSQLI_SERVER_QUERY_NO_INDEX_USED ] { 32 }
+ Constant [ int MYSQLI_SERVER_QUERY_WAS_SLOW ] { 2048 }
+ Constant [ int MYSQLI_SERVER_PS_OUT_PARAMS ] { 4096 }
+ Constant [ int MYSQLI_REFRESH_GRANT ] { 1 }
+ Constant [ int MYSQLI_REFRESH_LOG ] { 2 }
+ Constant [ int MYSQLI_REFRESH_TABLES ] { 4 }
+ Constant [ int MYSQLI_REFRESH_HOSTS ] { 8 }
+ Constant [ int MYSQLI_REFRESH_STATUS ] { 16 }
+ Constant [ int MYSQLI_REFRESH_THREADS ] { 32 }
+ Constant [ int MYSQLI_REFRESH_SLAVE ] { 64 }
+ Constant [ int MYSQLI_REFRESH_MASTER ] { 128 }
+ Constant [ int MYSQLI_REFRESH_BACKUP_LOG ] { 2097152 }
+ Constant [ int MYSQLI_TRANS_START_WITH_CONSISTENT_SNAPSHOT ] { 1 }
+ Constant [ int MYSQLI_TRANS_START_READ_WRITE ] { 2 }
+ Constant [ int MYSQLI_TRANS_START_READ_ONLY ] { 4 }
+ Constant [ int MYSQLI_TRANS_COR_AND_CHAIN ] { 1 }
+ Constant [ int MYSQLI_TRANS_COR_AND_NO_CHAIN ] { 2 }
+ Constant [ int MYSQLI_TRANS_COR_RELEASE ] { 4 }
+ Constant [ int MYSQLI_TRANS_COR_NO_RELEASE ] { 8 }
+ }
+
+ - Functions {
+ Function [ <internal:mysqli> function mysqli_affected_rows ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> mysqli $mysql ]
+ }
+ - Return [ string|int ]
+ }
+ Function [ <internal:mysqli> function mysqli_autocommit ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> mysqli $mysql ]
+ Parameter #1 [ <required> bool $enable ]
+ }
+ - Return [ bool ]
+ }
+ Function [ <internal:mysqli> function mysqli_begin_transaction ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> mysqli $mysql ]
+ Parameter #1 [ <optional> int $flags = 0 ]
+ Parameter #2 [ <optional> ?string $name = null ]
+ }
+ - Return [ bool ]
+ }
+ Function [ <internal:mysqli> function mysqli_change_user ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> mysqli $mysql ]
+ Parameter #1 [ <required> string $username ]
+ Parameter #2 [ <required> string $password ]
+ Parameter #3 [ <required> ?string $database ]
+ }
+ - Return [ bool ]
+ }
+ Function [ <internal:mysqli> function mysqli_character_set_name ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> mysqli $mysql ]
+ }
+ - Return [ ?string ]
+ }
+ Function [ <internal:mysqli> function mysqli_close ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> mysqli $mysql ]
+ }
+ - Return [ bool ]
+ }
+ Function [ <internal:mysqli> function mysqli_commit ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> mysqli $mysql ]
+ Parameter #1 [ <optional> int $flags = -1 ]
+ Parameter #2 [ <optional> ?string $name = null ]
+ }
+ - Return [ bool ]
+ }
+ Function [ <internal:mysqli> function mysqli_connect ] {
+
+ - Parameters [6] {
+ Parameter #0 [ <optional> ?string $hostname = null ]
+ Parameter #1 [ <optional> ?string $username = null ]
+ Parameter #2 [ <optional> ?string $password = null ]
+ Parameter #3 [ <optional> ?string $database = null ]
+ Parameter #4 [ <optional> ?int $port = null ]
+ Parameter #5 [ <optional> ?string $socket = null ]
+ }
+ - Return [ mysqli|false|null ]
+ }
+ Function [ <internal:mysqli> function mysqli_connect_errno ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+ Function [ <internal:mysqli> function mysqli_connect_error ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?string ]
+ }
+ Function [ <internal:mysqli> function mysqli_data_seek ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> mysqli_result $result ]
+ Parameter #1 [ <required> int $offset ]
+ }
+ - Return [ bool ]
+ }
+ Function [ <internal:mysqli> function mysqli_dump_debug_info ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> mysqli $mysql ]
+ }
+ - Return [ bool ]
+ }
+ Function [ <internal:mysqli> function mysqli_debug ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $options ]
+ }
+ - Return [ bool ]
+ }
+ Function [ <internal:mysqli> function mysqli_errno ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> mysqli $mysql ]
+ }
+ - Return [ int ]
+ }
+ Function [ <internal:mysqli> function mysqli_error ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> mysqli $mysql ]
+ }
+ - Return [ ?string ]
+ }
+ Function [ <internal:mysqli> function mysqli_error_list ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> mysqli $mysql ]
+ }
+ - Return [ array ]
+ }
+ Function [ <internal:mysqli> function mysqli_stmt_execute ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> mysqli_stmt $statement ]
+ }
+ - Return [ bool ]
+ }
+ Function [ <internal:mysqli> function mysqli_execute ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> mysqli_stmt $statement ]
+ }
+ - Return [ bool ]
+ }
+ Function [ <internal:mysqli> function mysqli_fetch_field ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> mysqli_result $result ]
+ }
+ - Return [ object|false ]
+ }
+ Function [ <internal:mysqli> function mysqli_fetch_fields ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> mysqli_result $result ]
+ }
+ - Return [ array ]
+ }
+ Function [ <internal:mysqli> function mysqli_fetch_field_direct ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> mysqli_result $result ]
+ Parameter #1 [ <required> int $index ]
+ }
+ - Return [ object|false ]
+ }
+ Function [ <internal:mysqli> function mysqli_fetch_lengths ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> mysqli_result $result ]
+ }
+ - Return [ array|false ]
+ }
+ Function [ <internal:mysqli> function mysqli_fetch_all ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> mysqli_result $result ]
+ Parameter #1 [ <optional> int $mode = MYSQLI_NUM ]
+ }
+ - Return [ array|false ]
+ }
+ Function [ <internal:mysqli> function mysqli_fetch_array ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> mysqli_result $result ]
+ Parameter #1 [ <optional> int $mode = MYSQLI_BOTH ]
+ }
+ - Return [ array|false|null ]
+ }
+ Function [ <internal:mysqli> function mysqli_fetch_assoc ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> mysqli_result $result ]
+ }
+ - Return [ ?array ]
+ }
+ Function [ <internal:mysqli> function mysqli_fetch_object ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> mysqli_result $result ]
+ Parameter #1 [ <optional> string $class = "stdClass" ]
+ Parameter #2 [ <optional> array $constructor_args = [] ]
+ }
+ - Return [ ?object ]
+ }
+ Function [ <internal:mysqli> function mysqli_fetch_row ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> mysqli_result $result ]
+ }
+ - Return [ ?array ]
+ }
+ Function [ <internal:mysqli> function mysqli_field_count ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> mysqli $mysql ]
+ }
+ - Return [ int ]
+ }
+ Function [ <internal:mysqli> function mysqli_field_seek ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> mysqli_result $result ]
+ Parameter #1 [ <required> int $index ]
+ }
+ - Return [ bool ]
+ }
+ Function [ <internal:mysqli> function mysqli_field_tell ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> mysqli_result $result ]
+ }
+ - Return [ int ]
+ }
+ Function [ <internal:mysqli> function mysqli_free_result ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> mysqli_result $result ]
+ }
+ - Return [ void ]
+ }
+ Function [ <internal:mysqli> function mysqli_get_connection_stats ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> mysqli $mysql ]
+ }
+ - Return [ array ]
+ }
+ Function [ <internal:mysqli> function mysqli_get_client_stats ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+ Function [ <internal:mysqli> function mysqli_get_charset ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> mysqli $mysql ]
+ }
+ - Return [ ?object ]
+ }
+ Function [ <internal:mysqli> function mysqli_get_client_info ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> ?mysqli $mysql = null ]
+ }
+ - Return [ ?string ]
+ }
+ Function [ <internal:mysqli> function mysqli_get_client_version ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+ Function [ <internal:mysqli> function mysqli_get_links_stats ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+ Function [ <internal:mysqli> function mysqli_get_host_info ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> mysqli $mysql ]
+ }
+ - Return [ string ]
+ }
+ Function [ <internal:mysqli> function mysqli_get_proto_info ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> mysqli $mysql ]
+ }
+ - Return [ int ]
+ }
+ Function [ <internal:mysqli> function mysqli_get_server_info ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> mysqli $mysql ]
+ }
+ - Return [ string ]
+ }
+ Function [ <internal:mysqli> function mysqli_get_server_version ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> mysqli $mysql ]
+ }
+ - Return [ int ]
+ }
+ Function [ <internal:mysqli> function mysqli_get_warnings ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> mysqli $mysql ]
+ }
+ - Return [ mysqli_warning|false ]
+ }
+ Function [ <internal:mysqli> function mysqli_init ] {
+
+ - Parameters [0] {
+ }
+ - Return [ mysqli|false ]
+ }
+ Function [ <internal:mysqli> function mysqli_info ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> mysqli $mysql ]
+ }
+ - Return [ ?string ]
+ }
+ Function [ <internal:mysqli> function mysqli_insert_id ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> mysqli $mysql ]
+ }
+ - Return [ string|int ]
+ }
+ Function [ <internal:mysqli> function mysqli_kill ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> mysqli $mysql ]
+ Parameter #1 [ <required> int $process_id ]
+ }
+ - Return [ bool ]
+ }
+ Function [ <internal:mysqli> function mysqli_more_results ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> mysqli $mysql ]
+ }
+ - Return [ bool ]
+ }
+ Function [ <internal:mysqli> function mysqli_multi_query ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> mysqli $mysql ]
+ Parameter #1 [ <required> string $query ]
+ }
+ - Return [ bool ]
+ }
+ Function [ <internal:mysqli> function mysqli_next_result ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> mysqli $mysql ]
+ }
+ - Return [ bool ]
+ }
+ Function [ <internal:mysqli> function mysqli_num_fields ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> mysqli_result $result ]
+ }
+ - Return [ int ]
+ }
+ Function [ <internal:mysqli> function mysqli_num_rows ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> mysqli_result $result ]
+ }
+ - Return [ string|int ]
+ }
+ Function [ <internal:mysqli> function mysqli_options ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> mysqli $mysql ]
+ Parameter #1 [ <required> int $option ]
+ Parameter #2 [ <required> $value ]
+ }
+ - Return [ bool ]
+ }
+ Function [ <internal:mysqli> function mysqli_ping ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> mysqli $mysql ]
+ }
+ - Return [ bool ]
+ }
+ Function [ <internal:mysqli> function mysqli_poll ] {
+
+ - Parameters [5] {
+ Parameter #0 [ <required> ?array &$read ]
+ Parameter #1 [ <required> ?array &$write ]
+ Parameter #2 [ <required> array &$error ]
+ Parameter #3 [ <required> int $seconds ]
+ Parameter #4 [ <optional> int $microseconds = 0 ]
+ }
+ - Return [ int|false ]
+ }
+ Function [ <internal:mysqli> function mysqli_prepare ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> mysqli $mysql ]
+ Parameter #1 [ <required> string $query ]
+ }
+ - Return [ mysqli_stmt|false ]
+ }
+ Function [ <internal:mysqli> function mysqli_report ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> int $flags ]
+ }
+ - Return [ bool ]
+ }
+ Function [ <internal:mysqli> function mysqli_query ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> mysqli $mysql ]
+ Parameter #1 [ <required> string $query ]
+ Parameter #2 [ <optional> int $result_mode = MYSQLI_STORE_RESULT ]
+ }
+ - Return [ mysqli_result|bool ]
+ }
+ Function [ <internal:mysqli> function mysqli_real_connect ] {
+
+ - Parameters [8] {
+ Parameter #0 [ <required> mysqli $mysql ]
+ Parameter #1 [ <optional> ?string $hostname = null ]
+ Parameter #2 [ <optional> ?string $username = null ]
+ Parameter #3 [ <optional> ?string $password = null ]
+ Parameter #4 [ <optional> ?string $database = null ]
+ Parameter #5 [ <optional> ?int $port = null ]
+ Parameter #6 [ <optional> ?string $socket = null ]
+ Parameter #7 [ <optional> int $flags = 0 ]
+ }
+ - Return [ bool ]
+ }
+ Function [ <internal:mysqli> function mysqli_real_escape_string ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> mysqli $mysql ]
+ Parameter #1 [ <required> string $string ]
+ }
+ - Return [ string ]
+ }
+ Function [ <internal:mysqli> function mysqli_real_query ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> mysqli $mysql ]
+ Parameter #1 [ <required> string $query ]
+ }
+ - Return [ bool ]
+ }
+ Function [ <internal:mysqli> function mysqli_reap_async_query ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> mysqli $mysql ]
+ }
+ - Return [ mysqli_result|bool ]
+ }
+ Function [ <internal:mysqli> function mysqli_release_savepoint ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> mysqli $mysql ]
+ Parameter #1 [ <required> string $name ]
+ }
+ - Return [ bool ]
+ }
+ Function [ <internal:mysqli> function mysqli_rollback ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> mysqli $mysql ]
+ Parameter #1 [ <optional> int $flags = 0 ]
+ Parameter #2 [ <optional> ?string $name = null ]
+ }
+ - Return [ bool ]
+ }
+ Function [ <internal:mysqli> function mysqli_savepoint ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> mysqli $mysql ]
+ Parameter #1 [ <required> string $name ]
+ }
+ - Return [ bool ]
+ }
+ Function [ <internal:mysqli> function mysqli_select_db ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> mysqli $mysql ]
+ Parameter #1 [ <required> string $database ]
+ }
+ - Return [ bool ]
+ }
+ Function [ <internal:mysqli> function mysqli_set_charset ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> mysqli $mysql ]
+ Parameter #1 [ <required> string $charset ]
+ }
+ - Return [ bool ]
+ }
+ Function [ <internal:mysqli> function mysqli_stmt_affected_rows ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> mysqli_stmt $statement ]
+ }
+ - Return [ string|int ]
+ }
+ Function [ <internal:mysqli> function mysqli_stmt_attr_get ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> mysqli_stmt $statement ]
+ Parameter #1 [ <required> int $attribute ]
+ }
+ - Return [ int ]
+ }
+ Function [ <internal:mysqli> function mysqli_stmt_attr_set ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> mysqli_stmt $statement ]
+ Parameter #1 [ <required> int $attribute ]
+ Parameter #2 [ <required> int $value ]
+ }
+ - Return [ bool ]
+ }
+ Function [ <internal:mysqli> function mysqli_stmt_bind_param ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> mysqli_stmt $statement ]
+ Parameter #1 [ <required> string $types ]
+ Parameter #2 [ <optional> mixed &...$vars ]
+ }
+ - Return [ bool ]
+ }
+ Function [ <internal:mysqli> function mysqli_stmt_bind_result ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> mysqli_stmt $statement ]
+ Parameter #1 [ <optional> mixed &...$vars ]
+ }
+ - Return [ bool ]
+ }
+ Function [ <internal:mysqli> function mysqli_stmt_close ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> mysqli_stmt $statement ]
+ }
+ - Return [ bool ]
+ }
+ Function [ <internal:mysqli> function mysqli_stmt_data_seek ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> mysqli_stmt $statement ]
+ Parameter #1 [ <required> int $offset ]
+ }
+ - Return [ void ]
+ }
+ Function [ <internal:mysqli> function mysqli_stmt_errno ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> mysqli_stmt $statement ]
+ }
+ - Return [ int ]
+ }
+ Function [ <internal:mysqli> function mysqli_stmt_error ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> mysqli_stmt $statement ]
+ }
+ - Return [ ?string ]
+ }
+ Function [ <internal:mysqli> function mysqli_stmt_error_list ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> mysqli_stmt $statement ]
+ }
+ - Return [ array ]
+ }
+ Function [ <internal:mysqli> function mysqli_stmt_fetch ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> mysqli_stmt $statement ]
+ }
+ - Return [ ?bool ]
+ }
+ Function [ <internal:mysqli> function mysqli_stmt_field_count ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> mysqli_stmt $statement ]
+ }
+ - Return [ int ]
+ }
+ Function [ <internal:mysqli> function mysqli_stmt_free_result ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> mysqli_stmt $statement ]
+ }
+ - Return [ void ]
+ }
+ Function [ <internal:mysqli> function mysqli_stmt_get_result ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> mysqli_stmt $statement ]
+ }
+ - Return [ mysqli_result|false ]
+ }
+ Function [ <internal:mysqli> function mysqli_stmt_get_warnings ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> mysqli_stmt $statement ]
+ }
+ - Return [ mysqli_warning|false ]
+ }
+ Function [ <internal:mysqli> function mysqli_stmt_init ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> mysqli $mysql ]
+ }
+ - Return [ mysqli_stmt|false ]
+ }
+ Function [ <internal:mysqli> function mysqli_stmt_insert_id ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> mysqli_stmt $statement ]
+ }
+ - Return [ string|int ]
+ }
+ Function [ <internal:mysqli> function mysqli_stmt_more_results ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> mysqli_stmt $statement ]
+ }
+ - Return [ bool ]
+ }
+ Function [ <internal:mysqli> function mysqli_stmt_next_result ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> mysqli_stmt $statement ]
+ }
+ - Return [ bool ]
+ }
+ Function [ <internal:mysqli> function mysqli_stmt_num_rows ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> mysqli_stmt $statement ]
+ }
+ - Return [ string|int ]
+ }
+ Function [ <internal:mysqli> function mysqli_stmt_param_count ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> mysqli_stmt $statement ]
+ }
+ - Return [ int ]
+ }
+ Function [ <internal:mysqli> function mysqli_stmt_prepare ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> mysqli_stmt $statement ]
+ Parameter #1 [ <required> string $query ]
+ }
+ - Return [ bool ]
+ }
+ Function [ <internal:mysqli> function mysqli_stmt_reset ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> mysqli_stmt $statement ]
+ }
+ - Return [ bool ]
+ }
+ Function [ <internal:mysqli> function mysqli_stmt_result_metadata ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> mysqli_stmt $statement ]
+ }
+ - Return [ mysqli_result|false ]
+ }
+ Function [ <internal:mysqli> function mysqli_stmt_send_long_data ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> mysqli_stmt $statement ]
+ Parameter #1 [ <required> int $param_num ]
+ Parameter #2 [ <required> string $data ]
+ }
+ - Return [ bool ]
+ }
+ Function [ <internal:mysqli> function mysqli_stmt_store_result ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> mysqli_stmt $statement ]
+ }
+ - Return [ bool ]
+ }
+ Function [ <internal:mysqli> function mysqli_stmt_sqlstate ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> mysqli_stmt $statement ]
+ }
+ - Return [ ?string ]
+ }
+ Function [ <internal:mysqli> function mysqli_sqlstate ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> mysqli $mysql ]
+ }
+ - Return [ ?string ]
+ }
+ Function [ <internal:mysqli> function mysqli_ssl_set ] {
+
+ - Parameters [6] {
+ Parameter #0 [ <required> mysqli $mysql ]
+ Parameter #1 [ <required> string $key ]
+ Parameter #2 [ <required> string $certificate ]
+ Parameter #3 [ <required> string $ca_certificate ]
+ Parameter #4 [ <required> string $ca_path ]
+ Parameter #5 [ <required> string $cipher_algos ]
+ }
+ - Return [ bool ]
+ }
+ Function [ <internal:mysqli> function mysqli_stat ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> mysqli $mysql ]
+ }
+ - Return [ string|false ]
+ }
+ Function [ <internal:mysqli> function mysqli_store_result ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> mysqli $mysql ]
+ Parameter #1 [ <optional> int $mode = 0 ]
+ }
+ - Return [ mysqli_result|false ]
+ }
+ Function [ <internal:mysqli> function mysqli_thread_id ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> mysqli $mysql ]
+ }
+ - Return [ int ]
+ }
+ Function [ <internal:mysqli> function mysqli_thread_safe ] {
+
+ - Parameters [0] {
+ }
+ - Return [ bool ]
+ }
+ Function [ <internal:mysqli> function mysqli_use_result ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> mysqli $mysql ]
+ }
+ - Return [ mysqli_result|false ]
+ }
+ Function [ <internal:mysqli> function mysqli_warning_count ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> mysqli $mysql ]
+ }
+ - Return [ int ]
+ }
+ Function [ <internal:mysqli> function mysqli_refresh ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> mysqli $mysql ]
+ Parameter #1 [ <required> int $flags ]
+ }
+ - Return [ bool ]
+ }
+ Function [ <internal:mysqli> function mysqli_escape_string ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> mysqli $mysql ]
+ Parameter #1 [ <required> string $string ]
+ }
+ - Return [ string ]
+ }
+ Function [ <internal:mysqli> function mysqli_set_opt ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> mysqli $mysql ]
+ Parameter #1 [ <required> int $option ]
+ Parameter #2 [ <required> $value ]
+ }
+ - Return [ bool ]
+ }
+ }
+
+ - Classes [6] {
+ Class [ <internal:mysqli> final class mysqli_sql_exception extends RuntimeException implements Throwable, Stringable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [5] {
+ Property [ protected $message = '' ]
+ Property [ protected $file = NULL ]
+ Property [ protected $line = NULL ]
+ Property [ protected $code = 0 ]
+ Property [ protected $sqlstate = '00000' ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <optional> string $message = "" ]
+ Parameter #1 [ <optional> int $code = 0 ]
+ Parameter #2 [ <optional> ?Throwable $previous = null ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
+ Class [ <internal:mysqli> final class mysqli_driver ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [5] {
+ Property [ public $client_info = NULL ]
+ Property [ public $client_version = NULL ]
+ Property [ public $driver_version = NULL ]
+ Property [ public $reconnect = NULL ]
+ Property [ public $report_mode = NULL ]
+ }
+
+ - Methods [0] {
+ }
+ }
+
+ Class [ <internal:mysqli> class mysqli ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [1] {
+ Method [ <internal:mysqli> static public method poll ] {
+
+ - Parameters [5] {
+ Parameter #0 [ <required> ?array &$read ]
+ Parameter #1 [ <required> ?array &$write ]
+ Parameter #2 [ <required> array &$error ]
+ Parameter #3 [ <required> int $seconds ]
+ Parameter #4 [ <optional> int $microseconds = 0 ]
+ }
+ }
+ }
+
+ - Properties [18] {
+ Property [ public $affected_rows = NULL ]
+ Property [ public $client_info = NULL ]
+ Property [ public $client_version = NULL ]
+ Property [ public $connect_errno = NULL ]
+ Property [ public $connect_error = NULL ]
+ Property [ public $errno = NULL ]
+ Property [ public $error = NULL ]
+ Property [ public $error_list = NULL ]
+ Property [ public $field_count = NULL ]
+ Property [ public $host_info = NULL ]
+ Property [ public $info = NULL ]
+ Property [ public $insert_id = NULL ]
+ Property [ public $server_info = NULL ]
+ Property [ public $server_version = NULL ]
+ Property [ public $sqlstate = NULL ]
+ Property [ public $protocol_version = NULL ]
+ Property [ public $thread_id = NULL ]
+ Property [ public $warning_count = NULL ]
+ }
+
+ - Methods [42] {
+ Method [ <internal:mysqli, ctor> public method __construct ] {
+
+ - Parameters [6] {
+ Parameter #0 [ <optional> ?string $hostname = null ]
+ Parameter #1 [ <optional> ?string $username = null ]
+ Parameter #2 [ <optional> ?string $password = null ]
+ Parameter #3 [ <optional> ?string $database = null ]
+ Parameter #4 [ <optional> ?int $port = null ]
+ Parameter #5 [ <optional> ?string $socket = null ]
+ }
+ }
+
+ Method [ <internal:mysqli> public method autocommit ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> bool $enable ]
+ }
+ }
+
+ Method [ <internal:mysqli> public method begin_transaction ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <optional> int $flags = 0 ]
+ Parameter #1 [ <optional> ?string $name = null ]
+ }
+ }
+
+ Method [ <internal:mysqli> public method change_user ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> string $username ]
+ Parameter #1 [ <required> string $password ]
+ Parameter #2 [ <required> ?string $database ]
+ }
+ }
+
+ Method [ <internal:mysqli> public method character_set_name ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:mysqli> public method close ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:mysqli> public method commit ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <optional> int $flags = -1 ]
+ Parameter #1 [ <optional> ?string $name = null ]
+ }
+ }
+
+ Method [ <internal:mysqli> public method connect ] {
+
+ - Parameters [6] {
+ Parameter #0 [ <optional> ?string $hostname = null ]
+ Parameter #1 [ <optional> ?string $username = null ]
+ Parameter #2 [ <optional> ?string $password = null ]
+ Parameter #3 [ <optional> ?string $database = null ]
+ Parameter #4 [ <optional> ?int $port = null ]
+ Parameter #5 [ <optional> ?string $socket = null ]
+ }
+ }
+
+ Method [ <internal:mysqli> public method dump_debug_info ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:mysqli> public method debug ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $options ]
+ }
+ }
+
+ Method [ <internal:mysqli> public method get_charset ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:mysqli> public method get_client_info ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:mysqli> public method get_connection_stats ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:mysqli> public method get_server_info ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:mysqli> public method get_warnings ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:mysqli> public method init ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:mysqli> public method kill ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> int $process_id ]
+ }
+ }
+
+ Method [ <internal:mysqli> public method multi_query ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $query ]
+ }
+ }
+
+ Method [ <internal:mysqli> public method more_results ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:mysqli> public method next_result ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:mysqli> public method ping ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:mysqli> public method prepare ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $query ]
+ }
+ }
+
+ Method [ <internal:mysqli> public method query ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $query ]
+ Parameter #1 [ <optional> int $result_mode = MYSQLI_STORE_RESULT ]
+ }
+ }
+
+ Method [ <internal:mysqli> public method real_connect ] {
+
+ - Parameters [7] {
+ Parameter #0 [ <optional> ?string $hostname = null ]
+ Parameter #1 [ <optional> ?string $username = null ]
+ Parameter #2 [ <optional> ?string $password = null ]
+ Parameter #3 [ <optional> ?string $database = null ]
+ Parameter #4 [ <optional> ?int $port = null ]
+ Parameter #5 [ <optional> ?string $socket = null ]
+ Parameter #6 [ <optional> int $flags = 0 ]
+ }
+ }
+
+ Method [ <internal:mysqli> public method real_escape_string ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $string ]
+ }
+ }
+
+ Method [ <internal:mysqli> public method reap_async_query ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:mysqli> public method escape_string ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $string ]
+ }
+ }
+
+ Method [ <internal:mysqli> public method real_query ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $query ]
+ }
+ }
+
+ Method [ <internal:mysqli> public method release_savepoint ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $name ]
+ }
+ }
+
+ Method [ <internal:mysqli> public method rollback ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <optional> int $flags = 0 ]
+ Parameter #1 [ <optional> ?string $name = null ]
+ }
+ }
+
+ Method [ <internal:mysqli> public method savepoint ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $name ]
+ }
+ }
+
+ Method [ <internal:mysqli> public method select_db ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $database ]
+ }
+ }
+
+ Method [ <internal:mysqli> public method set_charset ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $charset ]
+ }
+ }
+
+ Method [ <internal:mysqli> public method options ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> int $option ]
+ Parameter #1 [ <required> $value ]
+ }
+ }
+
+ Method [ <internal:mysqli> public method set_opt ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> int $option ]
+ Parameter #1 [ <required> $value ]
+ }
+ }
+
+ Method [ <internal:mysqli> public method ssl_set ] {
+
+ - Parameters [5] {
+ Parameter #0 [ <required> string $key ]
+ Parameter #1 [ <required> string $certificate ]
+ Parameter #2 [ <required> string $ca_certificate ]
+ Parameter #3 [ <required> string $ca_path ]
+ Parameter #4 [ <required> string $cipher_algos ]
+ }
+ }
+
+ Method [ <internal:mysqli> public method stat ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:mysqli> public method stmt_init ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:mysqli> public method store_result ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> int $mode = 0 ]
+ }
+ }
+
+ Method [ <internal:mysqli> public method thread_safe ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:mysqli> public method use_result ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:mysqli> public method refresh ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> int $flags ]
+ }
+ }
+ }
+ }
+
+ Class [ <internal:mysqli> final class mysqli_warning ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [3] {
+ Property [ public $message = NULL ]
+ Property [ public $sqlstate = NULL ]
+ Property [ public $errno = NULL ]
+ }
+
+ - Methods [2] {
+ Method [ <internal:mysqli, ctor> private method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:mysqli> public method next ] {
+
+ - Parameters [0] {
+ }
+ - Return [ bool ]
+ }
+ }
+ }
+
+ Class [ <internal:mysqli> <iterateable> class mysqli_result implements IteratorAggregate, Traversable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [5] {
+ Property [ public $current_field = NULL ]
+ Property [ public $field_count = NULL ]
+ Property [ public $lengths = NULL ]
+ Property [ public $num_rows = NULL ]
+ Property [ public $type = NULL ]
+ }
+
+ - Methods [15] {
+ Method [ <internal:mysqli, ctor> public method __construct ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> mysqli $mysql ]
+ Parameter #1 [ <optional> int $result_mode = MYSQLI_STORE_RESULT ]
+ }
+ }
+
+ Method [ <internal:mysqli> public method close ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:mysqli> public method free ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:mysqli> public method data_seek ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> int $offset ]
+ }
+ }
+
+ Method [ <internal:mysqli> public method fetch_field ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:mysqli> public method fetch_fields ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:mysqli> public method fetch_field_direct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> int $index ]
+ }
+ }
+
+ Method [ <internal:mysqli> public method fetch_all ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> int $mode = MYSQLI_NUM ]
+ }
+ }
+
+ Method [ <internal:mysqli> public method fetch_array ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> int $mode = MYSQLI_BOTH ]
+ }
+ }
+
+ Method [ <internal:mysqli> public method fetch_assoc ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:mysqli> public method fetch_object ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <optional> string $class = "stdClass" ]
+ Parameter #1 [ <optional> array $constructor_args = [] ]
+ }
+ }
+
+ Method [ <internal:mysqli> public method fetch_row ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:mysqli> public method field_seek ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> int $index ]
+ }
+ }
+
+ Method [ <internal:mysqli> public method free_result ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:mysqli, prototype IteratorAggregate> public method getIterator ] {
+
+ - Parameters [0] {
+ }
+ - Return [ Iterator ]
+ }
+ }
+ }
+
+ Class [ <internal:mysqli> class mysqli_stmt ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [10] {
+ Property [ public $affected_rows = NULL ]
+ Property [ public $insert_id = NULL ]
+ Property [ public $num_rows = NULL ]
+ Property [ public $param_count = NULL ]
+ Property [ public $field_count = NULL ]
+ Property [ public $errno = NULL ]
+ Property [ public $error = NULL ]
+ Property [ public $error_list = NULL ]
+ Property [ public $sqlstate = NULL ]
+ Property [ public $id = NULL ]
+ }
+
+ - Methods [20] {
+ Method [ <internal:mysqli, ctor> public method __construct ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> mysqli $mysql ]
+ Parameter #1 [ <optional> ?string $query = null ]
+ }
+ }
+
+ Method [ <internal:mysqli> public method attr_get ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> int $attribute ]
+ }
+ }
+
+ Method [ <internal:mysqli> public method attr_set ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> int $attribute ]
+ Parameter #1 [ <required> int $value ]
+ }
+ }
+
+ Method [ <internal:mysqli> public method bind_param ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $types ]
+ Parameter #1 [ <optional> mixed &...$vars ]
+ }
+ }
+
+ Method [ <internal:mysqli> public method bind_result ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> mixed &...$vars ]
+ }
+ }
+
+ Method [ <internal:mysqli> public method close ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:mysqli> public method data_seek ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> int $offset ]
+ }
+ }
+
+ Method [ <internal:mysqli> public method execute ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:mysqli> public method fetch ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:mysqli> public method get_warnings ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:mysqli> public method result_metadata ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:mysqli> public method more_results ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:mysqli> public method next_result ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:mysqli> public method num_rows ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:mysqli> public method send_long_data ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> int $param_num ]
+ Parameter #1 [ <required> string $data ]
+ }
+ }
+
+ Method [ <internal:mysqli> public method free_result ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:mysqli> public method reset ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:mysqli> public method prepare ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $query ]
+ }
+ }
+
+ Method [ <internal:mysqli> public method store_result ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:mysqli> public method get_result ] {
+
+ - Parameters [0] {
+ }
+ }
+ }
+ }
+ }
+}
+