From 07a59197db5368f41d264f32c514c87c379d814f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 10 May 2021 14:34:10 +0200 Subject: new package --- mysqli_REFLECTION | 1729 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 1729 insertions(+) create mode 100644 mysqli_REFLECTION (limited to 'mysqli_REFLECTION') 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 [ extension #60 mysqli version 8.0.25 ] { + + - Dependencies { + Dependency [ spl (Required) ] + Dependency [ mysqlnd (Required) ] + } + + - INI { + Entry [ mysqli.max_links ] + Current = '-1' + } + Entry [ mysqli.max_persistent ] + Current = '-1' + } + Entry [ mysqli.allow_persistent ] + Current = '1' + } + Entry [ mysqli.rollback_on_cached_plink ] + Current = '0' + } + Entry [ mysqli.default_host ] + Current = '' + } + Entry [ mysqli.default_user ] + Current = '' + } + Entry [ mysqli.default_pw ] + Current = '' + } + Entry [ mysqli.default_port ] + Current = '3306' + } + Entry [ mysqli.default_socket ] + Current = '/var/lib/mysql/mysql.sock' + } + Entry [ mysqli.reconnect ] + Current = '0' + } + Entry [ mysqli.allow_local_infile ] + 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 [ function mysqli_affected_rows ] { + + - Parameters [1] { + Parameter #0 [ mysqli $mysql ] + } + - Return [ string|int ] + } + Function [ function mysqli_autocommit ] { + + - Parameters [2] { + Parameter #0 [ mysqli $mysql ] + Parameter #1 [ bool $enable ] + } + - Return [ bool ] + } + Function [ function mysqli_begin_transaction ] { + + - Parameters [3] { + Parameter #0 [ mysqli $mysql ] + Parameter #1 [ int $flags = 0 ] + Parameter #2 [ ?string $name = null ] + } + - Return [ bool ] + } + Function [ function mysqli_change_user ] { + + - Parameters [4] { + Parameter #0 [ mysqli $mysql ] + Parameter #1 [ string $username ] + Parameter #2 [ string $password ] + Parameter #3 [ ?string $database ] + } + - Return [ bool ] + } + Function [ function mysqli_character_set_name ] { + + - Parameters [1] { + Parameter #0 [ mysqli $mysql ] + } + - Return [ ?string ] + } + Function [ function mysqli_close ] { + + - Parameters [1] { + Parameter #0 [ mysqli $mysql ] + } + - Return [ bool ] + } + Function [ function mysqli_commit ] { + + - Parameters [3] { + Parameter #0 [ mysqli $mysql ] + Parameter #1 [ int $flags = -1 ] + Parameter #2 [ ?string $name = null ] + } + - Return [ bool ] + } + Function [ function mysqli_connect ] { + + - Parameters [6] { + Parameter #0 [ ?string $hostname = null ] + Parameter #1 [ ?string $username = null ] + Parameter #2 [ ?string $password = null ] + Parameter #3 [ ?string $database = null ] + Parameter #4 [ ?int $port = null ] + Parameter #5 [ ?string $socket = null ] + } + - Return [ mysqli|false|null ] + } + Function [ function mysqli_connect_errno ] { + + - Parameters [0] { + } + - Return [ int ] + } + Function [ function mysqli_connect_error ] { + + - Parameters [0] { + } + - Return [ ?string ] + } + Function [ function mysqli_data_seek ] { + + - Parameters [2] { + Parameter #0 [ mysqli_result $result ] + Parameter #1 [ int $offset ] + } + - Return [ bool ] + } + Function [ function mysqli_dump_debug_info ] { + + - Parameters [1] { + Parameter #0 [ mysqli $mysql ] + } + - Return [ bool ] + } + Function [ function mysqli_debug ] { + + - Parameters [1] { + Parameter #0 [ string $options ] + } + - Return [ bool ] + } + Function [ function mysqli_errno ] { + + - Parameters [1] { + Parameter #0 [ mysqli $mysql ] + } + - Return [ int ] + } + Function [ function mysqli_error ] { + + - Parameters [1] { + Parameter #0 [ mysqli $mysql ] + } + - Return [ ?string ] + } + Function [ function mysqli_error_list ] { + + - Parameters [1] { + Parameter #0 [ mysqli $mysql ] + } + - Return [ array ] + } + Function [ function mysqli_stmt_execute ] { + + - Parameters [1] { + Parameter #0 [ mysqli_stmt $statement ] + } + - Return [ bool ] + } + Function [ function mysqli_execute ] { + + - Parameters [1] { + Parameter #0 [ mysqli_stmt $statement ] + } + - Return [ bool ] + } + Function [ function mysqli_fetch_field ] { + + - Parameters [1] { + Parameter #0 [ mysqli_result $result ] + } + - Return [ object|false ] + } + Function [ function mysqli_fetch_fields ] { + + - Parameters [1] { + Parameter #0 [ mysqli_result $result ] + } + - Return [ array ] + } + Function [ function mysqli_fetch_field_direct ] { + + - Parameters [2] { + Parameter #0 [ mysqli_result $result ] + Parameter #1 [ int $index ] + } + - Return [ object|false ] + } + Function [ function mysqli_fetch_lengths ] { + + - Parameters [1] { + Parameter #0 [ mysqli_result $result ] + } + - Return [ array|false ] + } + Function [ function mysqli_fetch_all ] { + + - Parameters [2] { + Parameter #0 [ mysqli_result $result ] + Parameter #1 [ int $mode = MYSQLI_NUM ] + } + - Return [ array|false ] + } + Function [ function mysqli_fetch_array ] { + + - Parameters [2] { + Parameter #0 [ mysqli_result $result ] + Parameter #1 [ int $mode = MYSQLI_BOTH ] + } + - Return [ array|false|null ] + } + Function [ function mysqli_fetch_assoc ] { + + - Parameters [1] { + Parameter #0 [ mysqli_result $result ] + } + - Return [ ?array ] + } + Function [ function mysqli_fetch_object ] { + + - Parameters [3] { + Parameter #0 [ mysqli_result $result ] + Parameter #1 [ string $class = "stdClass" ] + Parameter #2 [ array $constructor_args = [] ] + } + - Return [ ?object ] + } + Function [ function mysqli_fetch_row ] { + + - Parameters [1] { + Parameter #0 [ mysqli_result $result ] + } + - Return [ ?array ] + } + Function [ function mysqli_field_count ] { + + - Parameters [1] { + Parameter #0 [ mysqli $mysql ] + } + - Return [ int ] + } + Function [ function mysqli_field_seek ] { + + - Parameters [2] { + Parameter #0 [ mysqli_result $result ] + Parameter #1 [ int $index ] + } + - Return [ bool ] + } + Function [ function mysqli_field_tell ] { + + - Parameters [1] { + Parameter #0 [ mysqli_result $result ] + } + - Return [ int ] + } + Function [ function mysqli_free_result ] { + + - Parameters [1] { + Parameter #0 [ mysqli_result $result ] + } + - Return [ void ] + } + Function [ function mysqli_get_connection_stats ] { + + - Parameters [1] { + Parameter #0 [ mysqli $mysql ] + } + - Return [ array ] + } + Function [ function mysqli_get_client_stats ] { + + - Parameters [0] { + } + - Return [ array ] + } + Function [ function mysqli_get_charset ] { + + - Parameters [1] { + Parameter #0 [ mysqli $mysql ] + } + - Return [ ?object ] + } + Function [ function mysqli_get_client_info ] { + + - Parameters [1] { + Parameter #0 [ ?mysqli $mysql = null ] + } + - Return [ ?string ] + } + Function [ function mysqli_get_client_version ] { + + - Parameters [0] { + } + - Return [ int ] + } + Function [ function mysqli_get_links_stats ] { + + - Parameters [0] { + } + - Return [ array ] + } + Function [ function mysqli_get_host_info ] { + + - Parameters [1] { + Parameter #0 [ mysqli $mysql ] + } + - Return [ string ] + } + Function [ function mysqli_get_proto_info ] { + + - Parameters [1] { + Parameter #0 [ mysqli $mysql ] + } + - Return [ int ] + } + Function [ function mysqli_get_server_info ] { + + - Parameters [1] { + Parameter #0 [ mysqli $mysql ] + } + - Return [ string ] + } + Function [ function mysqli_get_server_version ] { + + - Parameters [1] { + Parameter #0 [ mysqli $mysql ] + } + - Return [ int ] + } + Function [ function mysqli_get_warnings ] { + + - Parameters [1] { + Parameter #0 [ mysqli $mysql ] + } + - Return [ mysqli_warning|false ] + } + Function [ function mysqli_init ] { + + - Parameters [0] { + } + - Return [ mysqli|false ] + } + Function [ function mysqli_info ] { + + - Parameters [1] { + Parameter #0 [ mysqli $mysql ] + } + - Return [ ?string ] + } + Function [ function mysqli_insert_id ] { + + - Parameters [1] { + Parameter #0 [ mysqli $mysql ] + } + - Return [ string|int ] + } + Function [ function mysqli_kill ] { + + - Parameters [2] { + Parameter #0 [ mysqli $mysql ] + Parameter #1 [ int $process_id ] + } + - Return [ bool ] + } + Function [ function mysqli_more_results ] { + + - Parameters [1] { + Parameter #0 [ mysqli $mysql ] + } + - Return [ bool ] + } + Function [ function mysqli_multi_query ] { + + - Parameters [2] { + Parameter #0 [ mysqli $mysql ] + Parameter #1 [ string $query ] + } + - Return [ bool ] + } + Function [ function mysqli_next_result ] { + + - Parameters [1] { + Parameter #0 [ mysqli $mysql ] + } + - Return [ bool ] + } + Function [ function mysqli_num_fields ] { + + - Parameters [1] { + Parameter #0 [ mysqli_result $result ] + } + - Return [ int ] + } + Function [ function mysqli_num_rows ] { + + - Parameters [1] { + Parameter #0 [ mysqli_result $result ] + } + - Return [ string|int ] + } + Function [ function mysqli_options ] { + + - Parameters [3] { + Parameter #0 [ mysqli $mysql ] + Parameter #1 [ int $option ] + Parameter #2 [ $value ] + } + - Return [ bool ] + } + Function [ function mysqli_ping ] { + + - Parameters [1] { + Parameter #0 [ mysqli $mysql ] + } + - Return [ bool ] + } + Function [ function mysqli_poll ] { + + - Parameters [5] { + Parameter #0 [ ?array &$read ] + Parameter #1 [ ?array &$write ] + Parameter #2 [ array &$error ] + Parameter #3 [ int $seconds ] + Parameter #4 [ int $microseconds = 0 ] + } + - Return [ int|false ] + } + Function [ function mysqli_prepare ] { + + - Parameters [2] { + Parameter #0 [ mysqli $mysql ] + Parameter #1 [ string $query ] + } + - Return [ mysqli_stmt|false ] + } + Function [ function mysqli_report ] { + + - Parameters [1] { + Parameter #0 [ int $flags ] + } + - Return [ bool ] + } + Function [ function mysqli_query ] { + + - Parameters [3] { + Parameter #0 [ mysqli $mysql ] + Parameter #1 [ string $query ] + Parameter #2 [ int $result_mode = MYSQLI_STORE_RESULT ] + } + - Return [ mysqli_result|bool ] + } + Function [ function mysqli_real_connect ] { + + - Parameters [8] { + Parameter #0 [ mysqli $mysql ] + Parameter #1 [ ?string $hostname = null ] + Parameter #2 [ ?string $username = null ] + Parameter #3 [ ?string $password = null ] + Parameter #4 [ ?string $database = null ] + Parameter #5 [ ?int $port = null ] + Parameter #6 [ ?string $socket = null ] + Parameter #7 [ int $flags = 0 ] + } + - Return [ bool ] + } + Function [ function mysqli_real_escape_string ] { + + - Parameters [2] { + Parameter #0 [ mysqli $mysql ] + Parameter #1 [ string $string ] + } + - Return [ string ] + } + Function [ function mysqli_real_query ] { + + - Parameters [2] { + Parameter #0 [ mysqli $mysql ] + Parameter #1 [ string $query ] + } + - Return [ bool ] + } + Function [ function mysqli_reap_async_query ] { + + - Parameters [1] { + Parameter #0 [ mysqli $mysql ] + } + - Return [ mysqli_result|bool ] + } + Function [ function mysqli_release_savepoint ] { + + - Parameters [2] { + Parameter #0 [ mysqli $mysql ] + Parameter #1 [ string $name ] + } + - Return [ bool ] + } + Function [ function mysqli_rollback ] { + + - Parameters [3] { + Parameter #0 [ mysqli $mysql ] + Parameter #1 [ int $flags = 0 ] + Parameter #2 [ ?string $name = null ] + } + - Return [ bool ] + } + Function [ function mysqli_savepoint ] { + + - Parameters [2] { + Parameter #0 [ mysqli $mysql ] + Parameter #1 [ string $name ] + } + - Return [ bool ] + } + Function [ function mysqli_select_db ] { + + - Parameters [2] { + Parameter #0 [ mysqli $mysql ] + Parameter #1 [ string $database ] + } + - Return [ bool ] + } + Function [ function mysqli_set_charset ] { + + - Parameters [2] { + Parameter #0 [ mysqli $mysql ] + Parameter #1 [ string $charset ] + } + - Return [ bool ] + } + Function [ function mysqli_stmt_affected_rows ] { + + - Parameters [1] { + Parameter #0 [ mysqli_stmt $statement ] + } + - Return [ string|int ] + } + Function [ function mysqli_stmt_attr_get ] { + + - Parameters [2] { + Parameter #0 [ mysqli_stmt $statement ] + Parameter #1 [ int $attribute ] + } + - Return [ int ] + } + Function [ function mysqli_stmt_attr_set ] { + + - Parameters [3] { + Parameter #0 [ mysqli_stmt $statement ] + Parameter #1 [ int $attribute ] + Parameter #2 [ int $value ] + } + - Return [ bool ] + } + Function [ function mysqli_stmt_bind_param ] { + + - Parameters [3] { + Parameter #0 [ mysqli_stmt $statement ] + Parameter #1 [ string $types ] + Parameter #2 [ mixed &...$vars ] + } + - Return [ bool ] + } + Function [ function mysqli_stmt_bind_result ] { + + - Parameters [2] { + Parameter #0 [ mysqli_stmt $statement ] + Parameter #1 [ mixed &...$vars ] + } + - Return [ bool ] + } + Function [ function mysqli_stmt_close ] { + + - Parameters [1] { + Parameter #0 [ mysqli_stmt $statement ] + } + - Return [ bool ] + } + Function [ function mysqli_stmt_data_seek ] { + + - Parameters [2] { + Parameter #0 [ mysqli_stmt $statement ] + Parameter #1 [ int $offset ] + } + - Return [ void ] + } + Function [ function mysqli_stmt_errno ] { + + - Parameters [1] { + Parameter #0 [ mysqli_stmt $statement ] + } + - Return [ int ] + } + Function [ function mysqli_stmt_error ] { + + - Parameters [1] { + Parameter #0 [ mysqli_stmt $statement ] + } + - Return [ ?string ] + } + Function [ function mysqli_stmt_error_list ] { + + - Parameters [1] { + Parameter #0 [ mysqli_stmt $statement ] + } + - Return [ array ] + } + Function [ function mysqli_stmt_fetch ] { + + - Parameters [1] { + Parameter #0 [ mysqli_stmt $statement ] + } + - Return [ ?bool ] + } + Function [ function mysqli_stmt_field_count ] { + + - Parameters [1] { + Parameter #0 [ mysqli_stmt $statement ] + } + - Return [ int ] + } + Function [ function mysqli_stmt_free_result ] { + + - Parameters [1] { + Parameter #0 [ mysqli_stmt $statement ] + } + - Return [ void ] + } + Function [ function mysqli_stmt_get_result ] { + + - Parameters [1] { + Parameter #0 [ mysqli_stmt $statement ] + } + - Return [ mysqli_result|false ] + } + Function [ function mysqli_stmt_get_warnings ] { + + - Parameters [1] { + Parameter #0 [ mysqli_stmt $statement ] + } + - Return [ mysqli_warning|false ] + } + Function [ function mysqli_stmt_init ] { + + - Parameters [1] { + Parameter #0 [ mysqli $mysql ] + } + - Return [ mysqli_stmt|false ] + } + Function [ function mysqli_stmt_insert_id ] { + + - Parameters [1] { + Parameter #0 [ mysqli_stmt $statement ] + } + - Return [ string|int ] + } + Function [ function mysqli_stmt_more_results ] { + + - Parameters [1] { + Parameter #0 [ mysqli_stmt $statement ] + } + - Return [ bool ] + } + Function [ function mysqli_stmt_next_result ] { + + - Parameters [1] { + Parameter #0 [ mysqli_stmt $statement ] + } + - Return [ bool ] + } + Function [ function mysqli_stmt_num_rows ] { + + - Parameters [1] { + Parameter #0 [ mysqli_stmt $statement ] + } + - Return [ string|int ] + } + Function [ function mysqli_stmt_param_count ] { + + - Parameters [1] { + Parameter #0 [ mysqli_stmt $statement ] + } + - Return [ int ] + } + Function [ function mysqli_stmt_prepare ] { + + - Parameters [2] { + Parameter #0 [ mysqli_stmt $statement ] + Parameter #1 [ string $query ] + } + - Return [ bool ] + } + Function [ function mysqli_stmt_reset ] { + + - Parameters [1] { + Parameter #0 [ mysqli_stmt $statement ] + } + - Return [ bool ] + } + Function [ function mysqli_stmt_result_metadata ] { + + - Parameters [1] { + Parameter #0 [ mysqli_stmt $statement ] + } + - Return [ mysqli_result|false ] + } + Function [ function mysqli_stmt_send_long_data ] { + + - Parameters [3] { + Parameter #0 [ mysqli_stmt $statement ] + Parameter #1 [ int $param_num ] + Parameter #2 [ string $data ] + } + - Return [ bool ] + } + Function [ function mysqli_stmt_store_result ] { + + - Parameters [1] { + Parameter #0 [ mysqli_stmt $statement ] + } + - Return [ bool ] + } + Function [ function mysqli_stmt_sqlstate ] { + + - Parameters [1] { + Parameter #0 [ mysqli_stmt $statement ] + } + - Return [ ?string ] + } + Function [ function mysqli_sqlstate ] { + + - Parameters [1] { + Parameter #0 [ mysqli $mysql ] + } + - Return [ ?string ] + } + Function [ function mysqli_ssl_set ] { + + - Parameters [6] { + Parameter #0 [ mysqli $mysql ] + Parameter #1 [ string $key ] + Parameter #2 [ string $certificate ] + Parameter #3 [ string $ca_certificate ] + Parameter #4 [ string $ca_path ] + Parameter #5 [ string $cipher_algos ] + } + - Return [ bool ] + } + Function [ function mysqli_stat ] { + + - Parameters [1] { + Parameter #0 [ mysqli $mysql ] + } + - Return [ string|false ] + } + Function [ function mysqli_store_result ] { + + - Parameters [2] { + Parameter #0 [ mysqli $mysql ] + Parameter #1 [ int $mode = 0 ] + } + - Return [ mysqli_result|false ] + } + Function [ function mysqli_thread_id ] { + + - Parameters [1] { + Parameter #0 [ mysqli $mysql ] + } + - Return [ int ] + } + Function [ function mysqli_thread_safe ] { + + - Parameters [0] { + } + - Return [ bool ] + } + Function [ function mysqli_use_result ] { + + - Parameters [1] { + Parameter #0 [ mysqli $mysql ] + } + - Return [ mysqli_result|false ] + } + Function [ function mysqli_warning_count ] { + + - Parameters [1] { + Parameter #0 [ mysqli $mysql ] + } + - Return [ int ] + } + Function [ function mysqli_refresh ] { + + - Parameters [2] { + Parameter #0 [ mysqli $mysql ] + Parameter #1 [ int $flags ] + } + - Return [ bool ] + } + Function [ function mysqli_escape_string ] { + + - Parameters [2] { + Parameter #0 [ mysqli $mysql ] + Parameter #1 [ string $string ] + } + - Return [ string ] + } + Function [ function mysqli_set_opt ] { + + - Parameters [3] { + Parameter #0 [ mysqli $mysql ] + Parameter #1 [ int $option ] + Parameter #2 [ $value ] + } + - Return [ bool ] + } + } + + - Classes [6] { + Class [ 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 [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ string $message = "" ] + Parameter #1 [ int $code = 0 ] + Parameter #2 [ ?Throwable $previous = null ] + } + } + + Method [ public method __wakeup ] { + + - Parameters [0] { + } + } + + Method [ final public method getMessage ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ final public method getCode ] { + + - Parameters [0] { + } + } + + Method [ final public method getFile ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ final public method getLine ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ final public method getTrace ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ final public method getPrevious ] { + + - Parameters [0] { + } + - Return [ ?Throwable ] + } + + Method [ final public method getTraceAsString ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] + } + } + } + + Class [ 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 [ class mysqli ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [1] { + Method [ static public method poll ] { + + - Parameters [5] { + Parameter #0 [ ?array &$read ] + Parameter #1 [ ?array &$write ] + Parameter #2 [ array &$error ] + Parameter #3 [ int $seconds ] + Parameter #4 [ 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 [ public method __construct ] { + + - Parameters [6] { + Parameter #0 [ ?string $hostname = null ] + Parameter #1 [ ?string $username = null ] + Parameter #2 [ ?string $password = null ] + Parameter #3 [ ?string $database = null ] + Parameter #4 [ ?int $port = null ] + Parameter #5 [ ?string $socket = null ] + } + } + + Method [ public method autocommit ] { + + - Parameters [1] { + Parameter #0 [ bool $enable ] + } + } + + Method [ public method begin_transaction ] { + + - Parameters [2] { + Parameter #0 [ int $flags = 0 ] + Parameter #1 [ ?string $name = null ] + } + } + + Method [ public method change_user ] { + + - Parameters [3] { + Parameter #0 [ string $username ] + Parameter #1 [ string $password ] + Parameter #2 [ ?string $database ] + } + } + + Method [ public method character_set_name ] { + + - Parameters [0] { + } + } + + Method [ public method close ] { + + - Parameters [0] { + } + } + + Method [ public method commit ] { + + - Parameters [2] { + Parameter #0 [ int $flags = -1 ] + Parameter #1 [ ?string $name = null ] + } + } + + Method [ public method connect ] { + + - Parameters [6] { + Parameter #0 [ ?string $hostname = null ] + Parameter #1 [ ?string $username = null ] + Parameter #2 [ ?string $password = null ] + Parameter #3 [ ?string $database = null ] + Parameter #4 [ ?int $port = null ] + Parameter #5 [ ?string $socket = null ] + } + } + + Method [ public method dump_debug_info ] { + + - Parameters [0] { + } + } + + Method [ public method debug ] { + + - Parameters [1] { + Parameter #0 [ string $options ] + } + } + + Method [ public method get_charset ] { + + - Parameters [0] { + } + } + + Method [ public method get_client_info ] { + + - Parameters [0] { + } + } + + Method [ public method get_connection_stats ] { + + - Parameters [0] { + } + } + + Method [ public method get_server_info ] { + + - Parameters [0] { + } + } + + Method [ public method get_warnings ] { + + - Parameters [0] { + } + } + + Method [ public method init ] { + + - Parameters [0] { + } + } + + Method [ public method kill ] { + + - Parameters [1] { + Parameter #0 [ int $process_id ] + } + } + + Method [ public method multi_query ] { + + - Parameters [1] { + Parameter #0 [ string $query ] + } + } + + Method [ public method more_results ] { + + - Parameters [0] { + } + } + + Method [ public method next_result ] { + + - Parameters [0] { + } + } + + Method [ public method ping ] { + + - Parameters [0] { + } + } + + Method [ public method prepare ] { + + - Parameters [1] { + Parameter #0 [ string $query ] + } + } + + Method [ public method query ] { + + - Parameters [2] { + Parameter #0 [ string $query ] + Parameter #1 [ int $result_mode = MYSQLI_STORE_RESULT ] + } + } + + Method [ public method real_connect ] { + + - Parameters [7] { + Parameter #0 [ ?string $hostname = null ] + Parameter #1 [ ?string $username = null ] + Parameter #2 [ ?string $password = null ] + Parameter #3 [ ?string $database = null ] + Parameter #4 [ ?int $port = null ] + Parameter #5 [ ?string $socket = null ] + Parameter #6 [ int $flags = 0 ] + } + } + + Method [ public method real_escape_string ] { + + - Parameters [1] { + Parameter #0 [ string $string ] + } + } + + Method [ public method reap_async_query ] { + + - Parameters [0] { + } + } + + Method [ public method escape_string ] { + + - Parameters [1] { + Parameter #0 [ string $string ] + } + } + + Method [ public method real_query ] { + + - Parameters [1] { + Parameter #0 [ string $query ] + } + } + + Method [ public method release_savepoint ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + } + + Method [ public method rollback ] { + + - Parameters [2] { + Parameter #0 [ int $flags = 0 ] + Parameter #1 [ ?string $name = null ] + } + } + + Method [ public method savepoint ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + } + + Method [ public method select_db ] { + + - Parameters [1] { + Parameter #0 [ string $database ] + } + } + + Method [ public method set_charset ] { + + - Parameters [1] { + Parameter #0 [ string $charset ] + } + } + + Method [ public method options ] { + + - Parameters [2] { + Parameter #0 [ int $option ] + Parameter #1 [ $value ] + } + } + + Method [ public method set_opt ] { + + - Parameters [2] { + Parameter #0 [ int $option ] + Parameter #1 [ $value ] + } + } + + Method [ public method ssl_set ] { + + - Parameters [5] { + Parameter #0 [ string $key ] + Parameter #1 [ string $certificate ] + Parameter #2 [ string $ca_certificate ] + Parameter #3 [ string $ca_path ] + Parameter #4 [ string $cipher_algos ] + } + } + + Method [ public method stat ] { + + - Parameters [0] { + } + } + + Method [ public method stmt_init ] { + + - Parameters [0] { + } + } + + Method [ public method store_result ] { + + - Parameters [1] { + Parameter #0 [ int $mode = 0 ] + } + } + + Method [ public method thread_safe ] { + + - Parameters [0] { + } + } + + Method [ public method use_result ] { + + - Parameters [0] { + } + } + + Method [ public method refresh ] { + + - Parameters [1] { + Parameter #0 [ int $flags ] + } + } + } + } + + Class [ 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 [ private method __construct ] { + + - Parameters [0] { + } + } + + Method [ public method next ] { + + - Parameters [0] { + } + - Return [ bool ] + } + } + } + + Class [ 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 [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ mysqli $mysql ] + Parameter #1 [ int $result_mode = MYSQLI_STORE_RESULT ] + } + } + + Method [ public method close ] { + + - Parameters [0] { + } + } + + Method [ public method free ] { + + - Parameters [0] { + } + } + + Method [ public method data_seek ] { + + - Parameters [1] { + Parameter #0 [ int $offset ] + } + } + + Method [ public method fetch_field ] { + + - Parameters [0] { + } + } + + Method [ public method fetch_fields ] { + + - Parameters [0] { + } + } + + Method [ public method fetch_field_direct ] { + + - Parameters [1] { + Parameter #0 [ int $index ] + } + } + + Method [ public method fetch_all ] { + + - Parameters [1] { + Parameter #0 [ int $mode = MYSQLI_NUM ] + } + } + + Method [ public method fetch_array ] { + + - Parameters [1] { + Parameter #0 [ int $mode = MYSQLI_BOTH ] + } + } + + Method [ public method fetch_assoc ] { + + - Parameters [0] { + } + } + + Method [ public method fetch_object ] { + + - Parameters [2] { + Parameter #0 [ string $class = "stdClass" ] + Parameter #1 [ array $constructor_args = [] ] + } + } + + Method [ public method fetch_row ] { + + - Parameters [0] { + } + } + + Method [ public method field_seek ] { + + - Parameters [1] { + Parameter #0 [ int $index ] + } + } + + Method [ public method free_result ] { + + - Parameters [0] { + } + } + + Method [ public method getIterator ] { + + - Parameters [0] { + } + - Return [ Iterator ] + } + } + } + + Class [ 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 [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ mysqli $mysql ] + Parameter #1 [ ?string $query = null ] + } + } + + Method [ public method attr_get ] { + + - Parameters [1] { + Parameter #0 [ int $attribute ] + } + } + + Method [ public method attr_set ] { + + - Parameters [2] { + Parameter #0 [ int $attribute ] + Parameter #1 [ int $value ] + } + } + + Method [ public method bind_param ] { + + - Parameters [2] { + Parameter #0 [ string $types ] + Parameter #1 [ mixed &...$vars ] + } + } + + Method [ public method bind_result ] { + + - Parameters [1] { + Parameter #0 [ mixed &...$vars ] + } + } + + Method [ public method close ] { + + - Parameters [0] { + } + } + + Method [ public method data_seek ] { + + - Parameters [1] { + Parameter #0 [ int $offset ] + } + } + + Method [ public method execute ] { + + - Parameters [0] { + } + } + + Method [ public method fetch ] { + + - Parameters [0] { + } + } + + Method [ public method get_warnings ] { + + - Parameters [0] { + } + } + + Method [ public method result_metadata ] { + + - Parameters [0] { + } + } + + Method [ public method more_results ] { + + - Parameters [0] { + } + } + + Method [ public method next_result ] { + + - Parameters [0] { + } + } + + Method [ public method num_rows ] { + + - Parameters [0] { + } + } + + Method [ public method send_long_data ] { + + - Parameters [2] { + Parameter #0 [ int $param_num ] + Parameter #1 [ string $data ] + } + } + + Method [ public method free_result ] { + + - Parameters [0] { + } + } + + Method [ public method reset ] { + + - Parameters [0] { + } + } + + Method [ public method prepare ] { + + - Parameters [1] { + Parameter #0 [ string $query ] + } + } + + Method [ public method store_result ] { + + - Parameters [0] { + } + } + + Method [ public method get_result ] { + + - Parameters [0] { + } + } + } + } + } +} + -- cgit