From 6fe89e3c14ec53db7c21b3717d1e9a98c0db855d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 4 Dec 2012 09:10:46 +0100 Subject: PHP 5.5: save extension reflection --- reflection/mysqli.txt | 1477 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 1477 insertions(+) create mode 100644 reflection/mysqli.txt (limited to 'reflection/mysqli.txt') diff --git a/reflection/mysqli.txt b/reflection/mysqli.txt new file mode 100644 index 0000000..103caeb --- /dev/null +++ b/reflection/mysqli.txt @@ -0,0 +1,1477 @@ +Extension [ extension #58 mysqli version 0.1 ] { + + - 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.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 = '1' + } + } + + - Constants [97] { + Constant [ integer MYSQLI_READ_DEFAULT_GROUP ] { 5 } + Constant [ integer MYSQLI_READ_DEFAULT_FILE ] { 4 } + Constant [ integer MYSQLI_OPT_CONNECT_TIMEOUT ] { 0 } + Constant [ integer MYSQLI_OPT_LOCAL_INFILE ] { 8 } + Constant [ integer MYSQLI_INIT_COMMAND ] { 3 } + Constant [ integer MYSQLI_OPT_NET_CMD_BUFFER_SIZE ] { 202 } + Constant [ integer MYSQLI_OPT_NET_READ_BUFFER_SIZE ] { 203 } + Constant [ integer MYSQLI_OPT_INT_AND_FLOAT_NATIVE ] { 201 } + Constant [ integer MYSQLI_OPT_SSL_VERIFY_SERVER_CERT ] { 21 } + Constant [ integer MYSQLI_SERVER_PUBLIC_KEY ] { 24 } + Constant [ integer MYSQLI_CLIENT_SSL ] { 2048 } + Constant [ integer MYSQLI_CLIENT_COMPRESS ] { 32 } + Constant [ integer MYSQLI_CLIENT_INTERACTIVE ] { 1024 } + Constant [ integer MYSQLI_CLIENT_IGNORE_SPACE ] { 256 } + Constant [ integer MYSQLI_CLIENT_NO_SCHEMA ] { 16 } + Constant [ integer MYSQLI_CLIENT_FOUND_ROWS ] { 2 } + Constant [ integer MYSQLI_STORE_RESULT ] { 0 } + Constant [ integer MYSQLI_USE_RESULT ] { 1 } + Constant [ integer MYSQLI_ASYNC ] { 8 } + Constant [ integer MYSQLI_ASSOC ] { 1 } + Constant [ integer MYSQLI_NUM ] { 2 } + Constant [ integer MYSQLI_BOTH ] { 3 } + Constant [ integer MYSQLI_STMT_ATTR_UPDATE_MAX_LENGTH ] { 0 } + Constant [ integer MYSQLI_STMT_ATTR_CURSOR_TYPE ] { 1 } + Constant [ integer MYSQLI_CURSOR_TYPE_NO_CURSOR ] { 0 } + Constant [ integer MYSQLI_CURSOR_TYPE_READ_ONLY ] { 1 } + Constant [ integer MYSQLI_CURSOR_TYPE_FOR_UPDATE ] { 2 } + Constant [ integer MYSQLI_CURSOR_TYPE_SCROLLABLE ] { 4 } + Constant [ integer MYSQLI_STMT_ATTR_PREFETCH_ROWS ] { 2 } + Constant [ integer MYSQLI_NOT_NULL_FLAG ] { 1 } + Constant [ integer MYSQLI_PRI_KEY_FLAG ] { 2 } + Constant [ integer MYSQLI_UNIQUE_KEY_FLAG ] { 4 } + Constant [ integer MYSQLI_MULTIPLE_KEY_FLAG ] { 8 } + Constant [ integer MYSQLI_BLOB_FLAG ] { 16 } + Constant [ integer MYSQLI_UNSIGNED_FLAG ] { 32 } + Constant [ integer MYSQLI_ZEROFILL_FLAG ] { 64 } + Constant [ integer MYSQLI_AUTO_INCREMENT_FLAG ] { 512 } + Constant [ integer MYSQLI_TIMESTAMP_FLAG ] { 1024 } + Constant [ integer MYSQLI_SET_FLAG ] { 2048 } + Constant [ integer MYSQLI_NUM_FLAG ] { 32768 } + Constant [ integer MYSQLI_PART_KEY_FLAG ] { 16384 } + Constant [ integer MYSQLI_GROUP_FLAG ] { 32768 } + Constant [ integer MYSQLI_ENUM_FLAG ] { 256 } + Constant [ integer MYSQLI_BINARY_FLAG ] { 128 } + Constant [ integer MYSQLI_NO_DEFAULT_VALUE_FLAG ] { 4096 } + Constant [ integer MYSQLI_ON_UPDATE_NOW_FLAG ] { 8192 } + Constant [ integer MYSQLI_TYPE_DECIMAL ] { 0 } + Constant [ integer MYSQLI_TYPE_TINY ] { 1 } + Constant [ integer MYSQLI_TYPE_SHORT ] { 2 } + Constant [ integer MYSQLI_TYPE_LONG ] { 3 } + Constant [ integer MYSQLI_TYPE_FLOAT ] { 4 } + Constant [ integer MYSQLI_TYPE_DOUBLE ] { 5 } + Constant [ integer MYSQLI_TYPE_NULL ] { 6 } + Constant [ integer MYSQLI_TYPE_TIMESTAMP ] { 7 } + Constant [ integer MYSQLI_TYPE_LONGLONG ] { 8 } + Constant [ integer MYSQLI_TYPE_INT24 ] { 9 } + Constant [ integer MYSQLI_TYPE_DATE ] { 10 } + Constant [ integer MYSQLI_TYPE_TIME ] { 11 } + Constant [ integer MYSQLI_TYPE_DATETIME ] { 12 } + Constant [ integer MYSQLI_TYPE_YEAR ] { 13 } + Constant [ integer MYSQLI_TYPE_NEWDATE ] { 14 } + Constant [ integer MYSQLI_TYPE_ENUM ] { 247 } + Constant [ integer MYSQLI_TYPE_SET ] { 248 } + Constant [ integer MYSQLI_TYPE_TINY_BLOB ] { 249 } + Constant [ integer MYSQLI_TYPE_MEDIUM_BLOB ] { 250 } + Constant [ integer MYSQLI_TYPE_LONG_BLOB ] { 251 } + Constant [ integer MYSQLI_TYPE_BLOB ] { 252 } + Constant [ integer MYSQLI_TYPE_VAR_STRING ] { 253 } + Constant [ integer MYSQLI_TYPE_STRING ] { 254 } + Constant [ integer MYSQLI_TYPE_CHAR ] { 1 } + Constant [ integer MYSQLI_TYPE_INTERVAL ] { 247 } + Constant [ integer MYSQLI_TYPE_GEOMETRY ] { 255 } + Constant [ integer MYSQLI_TYPE_NEWDECIMAL ] { 246 } + Constant [ integer MYSQLI_TYPE_BIT ] { 16 } + Constant [ integer MYSQLI_SET_CHARSET_NAME ] { 7 } + Constant [ integer MYSQLI_SET_CHARSET_DIR ] { 6 } + Constant [ integer MYSQLI_NO_DATA ] { 100 } + Constant [ integer MYSQLI_DATA_TRUNCATED ] { 101 } + Constant [ integer MYSQLI_REPORT_INDEX ] { 4 } + Constant [ integer MYSQLI_REPORT_ERROR ] { 1 } + Constant [ integer MYSQLI_REPORT_STRICT ] { 2 } + Constant [ integer MYSQLI_REPORT_ALL ] { 255 } + Constant [ integer MYSQLI_REPORT_OFF ] { 0 } + Constant [ integer MYSQLI_DEBUG_TRACE_ENABLED ] { 0 } + Constant [ integer MYSQLI_SERVER_QUERY_NO_GOOD_INDEX_USED ] { 16 } + Constant [ integer MYSQLI_SERVER_QUERY_NO_INDEX_USED ] { 32 } + Constant [ integer MYSQLI_SERVER_QUERY_WAS_SLOW ] { 2048 } + Constant [ integer MYSQLI_SERVER_PS_OUT_PARAMS ] { 4096 } + Constant [ integer MYSQLI_REFRESH_GRANT ] { 1 } + Constant [ integer MYSQLI_REFRESH_LOG ] { 2 } + Constant [ integer MYSQLI_REFRESH_TABLES ] { 4 } + Constant [ integer MYSQLI_REFRESH_HOSTS ] { 8 } + Constant [ integer MYSQLI_REFRESH_STATUS ] { 16 } + Constant [ integer MYSQLI_REFRESH_THREADS ] { 32 } + Constant [ integer MYSQLI_REFRESH_SLAVE ] { 64 } + Constant [ integer MYSQLI_REFRESH_MASTER ] { 128 } + Constant [ integer MYSQLI_REFRESH_BACKUP_LOG ] { 2097152 } + } + + - Functions { + Function [ function mysqli_affected_rows ] { + + - Parameters [1] { + Parameter #0 [ $link ] + } + } + Function [ function mysqli_autocommit ] { + + - Parameters [2] { + Parameter #0 [ $link ] + Parameter #1 [ $mode ] + } + } + Function [ function mysqli_change_user ] { + + - Parameters [4] { + Parameter #0 [ $link ] + Parameter #1 [ $user ] + Parameter #2 [ $password ] + Parameter #3 [ $database ] + } + } + Function [ function mysqli_character_set_name ] { + + - Parameters [1] { + Parameter #0 [ $link ] + } + } + Function [ function mysqli_close ] { + + - Parameters [1] { + Parameter #0 [ $link ] + } + } + Function [ function mysqli_commit ] { + + - Parameters [1] { + Parameter #0 [ $link ] + } + } + Function [ function mysqli_connect ] { + + - Parameters [6] { + Parameter #0 [ $host ] + Parameter #1 [ $user ] + Parameter #2 [ $password ] + Parameter #3 [ $database ] + Parameter #4 [ $port ] + Parameter #5 [ $socket ] + } + } + Function [ function mysqli_connect_errno ] { + + - Parameters [0] { + } + } + Function [ function mysqli_connect_error ] { + + - Parameters [0] { + } + } + Function [ function mysqli_data_seek ] { + + - Parameters [2] { + Parameter #0 [ $result ] + Parameter #1 [ $offset ] + } + } + Function [ function mysqli_dump_debug_info ] { + + - Parameters [1] { + Parameter #0 [ $link ] + } + } + Function [ function mysqli_debug ] { + + - Parameters [1] { + Parameter #0 [ $debug_options ] + } + } + Function [ function mysqli_errno ] { + + - Parameters [1] { + Parameter #0 [ $link ] + } + } + Function [ function mysqli_error ] { + + - Parameters [1] { + Parameter #0 [ $link ] + } + } + Function [ function mysqli_error_list ] { + + - Parameters [1] { + Parameter #0 [ $link ] + } + } + Function [ function mysqli_stmt_execute ] { + + - Parameters [1] { + Parameter #0 [ $stmt ] + } + } + Function [ function mysqli_execute ] { + + - Parameters [1] { + Parameter #0 [ $stmt ] + } + } + Function [ function mysqli_fetch_field ] { + + - Parameters [1] { + Parameter #0 [ $result ] + } + } + Function [ function mysqli_fetch_fields ] { + + - Parameters [1] { + Parameter #0 [ $result ] + } + } + Function [ function mysqli_fetch_field_direct ] { + + - Parameters [2] { + Parameter #0 [ $result ] + Parameter #1 [ $field_nr ] + } + } + Function [ function mysqli_fetch_lengths ] { + + - Parameters [1] { + Parameter #0 [ $result ] + } + } + Function [ function mysqli_fetch_all ] { + + - Parameters [1] { + Parameter #0 [ $result ] + } + } + Function [ function mysqli_fetch_array ] { + + - Parameters [2] { + Parameter #0 [ $result ] + Parameter #1 [ $result_type ] + } + } + Function [ function mysqli_fetch_assoc ] { + + - Parameters [1] { + Parameter #0 [ $result ] + } + } + Function [ function mysqli_fetch_object ] { + + - Parameters [3] { + Parameter #0 [ $result ] + Parameter #1 [ $class_name ] + Parameter #2 [ array $params ] + } + } + Function [ function mysqli_fetch_row ] { + + - Parameters [1] { + Parameter #0 [ $result ] + } + } + Function [ function mysqli_field_count ] { + + - Parameters [1] { + Parameter #0 [ $link ] + } + } + Function [ function mysqli_field_seek ] { + + - Parameters [2] { + Parameter #0 [ $result ] + Parameter #1 [ $field_nr ] + } + } + Function [ function mysqli_field_tell ] { + + - Parameters [1] { + Parameter #0 [ $result ] + } + } + Function [ function mysqli_free_result ] { + + - Parameters [1] { + Parameter #0 [ $result ] + } + } + Function [ function mysqli_get_connection_stats ] { + + - Parameters [1] { + Parameter #0 [ $link ] + } + } + Function [ function mysqli_get_client_stats ] { + + - Parameters [0] { + } + } + Function [ function mysqli_get_charset ] { + + - Parameters [1] { + Parameter #0 [ $link ] + } + } + Function [ function mysqli_get_client_info ] { + + - Parameters [1] { + Parameter #0 [ $link ] + } + } + Function [ function mysqli_get_client_version ] { + + - Parameters [1] { + Parameter #0 [ $link ] + } + } + Function [ function mysqli_get_host_info ] { + + - Parameters [1] { + Parameter #0 [ $link ] + } + } + Function [ function mysqli_get_proto_info ] { + + - Parameters [1] { + Parameter #0 [ $link ] + } + } + Function [ function mysqli_get_server_info ] { + + - Parameters [1] { + Parameter #0 [ $link ] + } + } + Function [ function mysqli_get_server_version ] { + + - Parameters [1] { + Parameter #0 [ $link ] + } + } + Function [ function mysqli_get_warnings ] { + + - Parameters [1] { + Parameter #0 [ $link ] + } + } + Function [ function mysqli_init ] { + + - Parameters [0] { + } + } + Function [ function mysqli_info ] { + + - Parameters [1] { + Parameter #0 [ $link ] + } + } + Function [ function mysqli_insert_id ] { + + - Parameters [1] { + Parameter #0 [ $link ] + } + } + Function [ function mysqli_kill ] { + + - Parameters [2] { + Parameter #0 [ $link ] + Parameter #1 [ $connection_id ] + } + } + Function [ function mysqli_more_results ] { + + - Parameters [1] { + Parameter #0 [ $link ] + } + } + Function [ function mysqli_multi_query ] { + + - Parameters [2] { + Parameter #0 [ $link ] + Parameter #1 [ $query ] + } + } + Function [ function mysqli_next_result ] { + + - Parameters [1] { + Parameter #0 [ $link ] + } + } + Function [ function mysqli_num_fields ] { + + - Parameters [1] { + Parameter #0 [ $result ] + } + } + Function [ function mysqli_num_rows ] { + + - Parameters [1] { + Parameter #0 [ $result ] + } + } + Function [ function mysqli_options ] { + + - Parameters [3] { + Parameter #0 [ $link ] + Parameter #1 [ $option ] + Parameter #2 [ $value ] + } + } + Function [ function mysqli_ping ] { + + - Parameters [1] { + Parameter #0 [ $link ] + } + } + Function [ function mysqli_poll ] { + + - Parameters [5] { + Parameter #0 [ array or NULL &$read ] + Parameter #1 [ array or NULL &$write ] + Parameter #2 [ array or NULL &$error ] + Parameter #3 [ $sec ] + Parameter #4 [ $usec ] + } + } + Function [ function mysqli_prepare ] { + + - Parameters [2] { + Parameter #0 [ $link ] + Parameter #1 [ $query ] + } + } + Function [ function mysqli_report ] { + + - Parameters [1] { + Parameter #0 [ $flags ] + } + } + Function [ function mysqli_query ] { + + - Parameters [2] { + Parameter #0 [ $link ] + Parameter #1 [ $query ] + } + } + Function [ function mysqli_real_connect ] { + + - Parameters [8] { + Parameter #0 [ $link ] + Parameter #1 [ $host ] + Parameter #2 [ $user ] + Parameter #3 [ $password ] + Parameter #4 [ $database ] + Parameter #5 [ $port ] + Parameter #6 [ $socket ] + Parameter #7 [ $flags ] + } + } + Function [ function mysqli_real_escape_string ] { + + - Parameters [2] { + Parameter #0 [ $link ] + Parameter #1 [ $string_to_escape ] + } + } + Function [ function mysqli_real_query ] { + + - Parameters [2] { + Parameter #0 [ $link ] + Parameter #1 [ $query ] + } + } + Function [ function mysqli_reap_async_query ] { + + - Parameters [1] { + Parameter #0 [ $link ] + } + } + Function [ function mysqli_rollback ] { + + - Parameters [1] { + Parameter #0 [ $link ] + } + } + Function [ function mysqli_select_db ] { + + - Parameters [2] { + Parameter #0 [ $link ] + Parameter #1 [ $database ] + } + } + Function [ function mysqli_set_charset ] { + + - Parameters [2] { + Parameter #0 [ $link ] + Parameter #1 [ $charset ] + } + } + Function [ function mysqli_stmt_affected_rows ] { + + - Parameters [1] { + Parameter #0 [ $stmt ] + } + } + Function [ function mysqli_stmt_attr_get ] { + + - Parameters [2] { + Parameter #0 [ $stmt ] + Parameter #1 [ $attribute ] + } + } + Function [ function mysqli_stmt_attr_set ] { + + - Parameters [3] { + Parameter #0 [ $stmt ] + Parameter #1 [ $attribute ] + Parameter #2 [ $value ] + } + } + Function [ function mysqli_stmt_bind_param ] { + + - Parameters [2] { + Parameter #0 [ $stmt ] + Parameter #1 [ $types ] + } + } + Function [ function mysqli_stmt_bind_result ] { + + - Parameters [1] { + Parameter #0 [ $stmt ] + } + } + Function [ function mysqli_stmt_close ] { + + - Parameters [1] { + Parameter #0 [ $stmt ] + } + } + Function [ function mysqli_stmt_data_seek ] { + + - Parameters [2] { + Parameter #0 [ $stmt ] + Parameter #1 [ $offset ] + } + } + Function [ function mysqli_stmt_errno ] { + + - Parameters [1] { + Parameter #0 [ $stmt ] + } + } + Function [ function mysqli_stmt_error ] { + + - Parameters [1] { + Parameter #0 [ $stmt ] + } + } + Function [ function mysqli_stmt_error_list ] { + + - Parameters [1] { + Parameter #0 [ $stmt ] + } + } + Function [ function mysqli_stmt_fetch ] { + + - Parameters [1] { + Parameter #0 [ $stmt ] + } + } + Function [ function mysqli_stmt_field_count ] { + + - Parameters [1] { + Parameter #0 [ $stmt ] + } + } + Function [ function mysqli_stmt_free_result ] { + + - Parameters [1] { + Parameter #0 [ $stmt ] + } + } + Function [ function mysqli_stmt_get_result ] { + + - Parameters [1] { + Parameter #0 [ $stmt ] + } + } + Function [ function mysqli_stmt_get_warnings ] { + + - Parameters [1] { + Parameter #0 [ $stmt ] + } + } + Function [ function mysqli_stmt_init ] { + + - Parameters [1] { + Parameter #0 [ $link ] + } + } + Function [ function mysqli_stmt_insert_id ] { + + - Parameters [1] { + Parameter #0 [ $stmt ] + } + } + Function [ function mysqli_stmt_more_results ] { + + - Parameters [1] { + Parameter #0 [ $stmt ] + } + } + Function [ function mysqli_stmt_next_result ] { + + - Parameters [1] { + Parameter #0 [ $stmt ] + } + } + Function [ function mysqli_stmt_num_rows ] { + + - Parameters [1] { + Parameter #0 [ $stmt ] + } + } + Function [ function mysqli_stmt_param_count ] { + + - Parameters [1] { + Parameter #0 [ $stmt ] + } + } + Function [ function mysqli_stmt_prepare ] { + + - Parameters [2] { + Parameter #0 [ $stmt ] + Parameter #1 [ $query ] + } + } + Function [ function mysqli_stmt_reset ] { + + - Parameters [1] { + Parameter #0 [ $stmt ] + } + } + Function [ function mysqli_stmt_result_metadata ] { + + - Parameters [1] { + Parameter #0 [ $stmt ] + } + } + Function [ function mysqli_stmt_send_long_data ] { + + - Parameters [3] { + Parameter #0 [ $stmt ] + Parameter #1 [ $param_nr ] + Parameter #2 [ $data ] + } + } + Function [ function mysqli_stmt_store_result ] { + + - Parameters [1] { + Parameter #0 [ $stmt ] + } + } + Function [ function mysqli_stmt_sqlstate ] { + + - Parameters [1] { + Parameter #0 [ $stmt ] + } + } + Function [ function mysqli_sqlstate ] { + + - Parameters [1] { + Parameter #0 [ $link ] + } + } + Function [ function mysqli_ssl_set ] { + + - Parameters [6] { + Parameter #0 [ $link ] + Parameter #1 [ $key ] + Parameter #2 [ $cert ] + Parameter #3 [ $certificate_authority ] + Parameter #4 [ $certificate_authority_path ] + Parameter #5 [ $cipher ] + } + } + Function [ function mysqli_stat ] { + + - Parameters [1] { + Parameter #0 [ $link ] + } + } + Function [ function mysqli_store_result ] { + + - Parameters [1] { + Parameter #0 [ $link ] + } + } + Function [ function mysqli_thread_id ] { + + - Parameters [1] { + Parameter #0 [ $link ] + } + } + Function [ function mysqli_thread_safe ] { + + - Parameters [0] { + } + } + Function [ function mysqli_use_result ] { + + - Parameters [1] { + Parameter #0 [ $link ] + } + } + Function [ function mysqli_warning_count ] { + + - Parameters [1] { + Parameter #0 [ $link ] + } + } + Function [ function mysqli_refresh ] { + + - Parameters [2] { + Parameter #0 [ $link ] + Parameter #1 [ $options ] + } + } + Function [ function mysqli_escape_string ] { + + - Parameters [2] { + Parameter #0 [ $link ] + Parameter #1 [ $query ] + } + } + Function [ function mysqli_set_opt ] { + } + } + + - Classes [6] { + Class [ class mysqli_sql_exception extends RuntimeException ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [5] { + Property [ protected $message ] + Property [ protected $file ] + Property [ protected $line ] + Property [ protected $code ] + Property [ protected $sqlstate ] + } + + - Methods [9] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] + } + } + + Method [ final public method getMessage ] { + } + + Method [ final public method getCode ] { + } + + Method [ final public method getFile ] { + } + + Method [ final public method getLine ] { + } + + Method [ final public method getTrace ] { + } + + Method [ final public method getPrevious ] { + } + + Method [ final public method getTraceAsString ] { + } + + Method [ public method __toString ] { + } + } + } + + Class [ final class mysqli_driver ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [6] { + Property [ public $client_info ] + Property [ public $client_version ] + Property [ public $driver_version ] + Property [ public $embedded ] + Property [ public $reconnect ] + Property [ public $report_mode ] + } + + - Methods [0] { + } + } + + Class [ class mysqli ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [1] { + Method [ static public method poll ] { + + - Parameters [5] { + Parameter #0 [ array or NULL &$read ] + Parameter #1 [ array or NULL &$write ] + Parameter #2 [ array or NULL &$error ] + Parameter #3 [ $sec ] + Parameter #4 [ $usec ] + } + } + } + + - Properties [19] { + Property [ public $affected_rows ] + Property [ public $client_info ] + Property [ public $client_version ] + Property [ public $connect_errno ] + Property [ public $connect_error ] + Property [ public $errno ] + Property [ public $error ] + Property [ public $error_list ] + Property [ public $field_count ] + Property [ public $host_info ] + Property [ public $info ] + Property [ public $insert_id ] + Property [ public $server_info ] + Property [ public $server_version ] + Property [ public $stat ] + Property [ public $sqlstate ] + Property [ public $protocol_version ] + Property [ public $thread_id ] + Property [ public $warning_count ] + } + + - Methods [39] { + Method [ public method autocommit ] { + + - Parameters [1] { + Parameter #0 [ $mode ] + } + } + + Method [ public method change_user ] { + + - Parameters [3] { + Parameter #0 [ $user ] + Parameter #1 [ $password ] + Parameter #2 [ $database ] + } + } + + Method [ public method character_set_name ] { + + - Parameters [0] { + } + } + + Method [ public method close ] { + + - Parameters [0] { + } + } + + Method [ public method commit ] { + + - Parameters [0] { + } + } + + Method [ public method connect ] { + + - Parameters [6] { + Parameter #0 [ $host ] + Parameter #1 [ $user ] + Parameter #2 [ $password ] + Parameter #3 [ $database ] + Parameter #4 [ $port ] + Parameter #5 [ $socket ] + } + } + + Method [ public method dump_debug_info ] { + + - Parameters [0] { + } + } + + Method [ public method debug ] { + + - Parameters [1] { + Parameter #0 [ $debug_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 [ $connection_id ] + } + } + + Method [ public method multi_query ] { + + - Parameters [1] { + Parameter #0 [ $query ] + } + } + + Method [ public method mysqli ] { + + - Parameters [6] { + Parameter #0 [ $host ] + Parameter #1 [ $user ] + Parameter #2 [ $password ] + Parameter #3 [ $database ] + Parameter #4 [ $port ] + Parameter #5 [ $socket ] + } + } + + Method [ public method more_results ] { + + - Parameters [0] { + } + } + + Method [ public method next_result ] { + + - Parameters [0] { + } + } + + Method [ public method options ] { + + - Parameters [2] { + Parameter #0 [ $option ] + Parameter #1 [ $value ] + } + } + + Method [ public method ping ] { + + - Parameters [0] { + } + } + + Method [ public method prepare ] { + + - Parameters [1] { + Parameter #0 [ $query ] + } + } + + Method [ public method query ] { + + - Parameters [1] { + Parameter #0 [ $query ] + } + } + + Method [ public method real_connect ] { + + - Parameters [7] { + Parameter #0 [ $host ] + Parameter #1 [ $user ] + Parameter #2 [ $password ] + Parameter #3 [ $database ] + Parameter #4 [ $port ] + Parameter #5 [ $socket ] + Parameter #6 [ $flags ] + } + } + + Method [ public method real_escape_string ] { + + - Parameters [1] { + Parameter #0 [ $string_to_escape ] + } + } + + Method [ public method reap_async_query ] { + + - Parameters [0] { + } + } + + Method [ public method escape_string ] { + + - Parameters [1] { + Parameter #0 [ $string_to_escape ] + } + } + + Method [ public method real_query ] { + + - Parameters [1] { + Parameter #0 [ $query ] + } + } + + Method [ public method rollback ] { + + - Parameters [0] { + } + } + + Method [ public method select_db ] { + + - Parameters [1] { + Parameter #0 [ $database ] + } + } + + Method [ public method set_charset ] { + + - Parameters [1] { + Parameter #0 [ $charset ] + } + } + + Method [ public method set_opt ] { + + - Parameters [2] { + Parameter #0 [ $option ] + Parameter #1 [ $value ] + } + } + + Method [ public method ssl_set ] { + + - Parameters [5] { + Parameter #0 [ $key ] + Parameter #1 [ $cert ] + Parameter #2 [ $certificate_authority ] + Parameter #3 [ $certificate_authority_path ] + Parameter #4 [ $cipher ] + } + } + + Method [ public method stat ] { + + - Parameters [0] { + } + } + + Method [ public method stmt_init ] { + + - Parameters [0] { + } + } + + Method [ public method store_result ] { + + - Parameters [0] { + } + } + + Method [ public method thread_safe ] { + + - Parameters [0] { + } + } + + Method [ public method use_result ] { + + - Parameters [0] { + } + } + + Method [ public method refresh ] { + + - Parameters [1] { + Parameter #0 [ $options ] + } + } + } + } + + Class [ final class mysqli_warning ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [3] { + Property [ public $message ] + Property [ public $sqlstate ] + Property [ public $errno ] + } + + - Methods [2] { + Method [ protected method __construct ] { + } + + Method [ public method next ] { + } + } + } + + Class [ class mysqli_result implements Traversable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [5] { + Property [ public $current_field ] + Property [ public $field_count ] + Property [ public $lengths ] + Property [ public $num_rows ] + Property [ public $type ] + } + + - Methods [14] { + Method [ public method __construct ] { + } + + Method [ public method close ] { + + - Parameters [0] { + } + } + + Method [ public method free ] { + + - Parameters [0] { + } + } + + Method [ public method data_seek ] { + + - Parameters [1] { + Parameter #0 [ $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 [ $field_nr ] + } + } + + Method [ public method fetch_all ] { + + - Parameters [0] { + } + } + + Method [ public method fetch_array ] { + + - Parameters [1] { + Parameter #0 [ $result_type ] + } + } + + Method [ public method fetch_assoc ] { + + - Parameters [0] { + } + } + + Method [ public method fetch_object ] { + + - Parameters [2] { + Parameter #0 [ $class_name ] + Parameter #1 [ array $params ] + } + } + + Method [ public method fetch_row ] { + + - Parameters [0] { + } + } + + Method [ public method field_seek ] { + + - Parameters [1] { + Parameter #0 [ $field_nr ] + } + } + + Method [ public method free_result ] { + + - Parameters [0] { + } + } + } + } + + Class [ class mysqli_stmt ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [10] { + Property [ public $affected_rows ] + Property [ public $insert_id ] + Property [ public $num_rows ] + Property [ public $param_count ] + Property [ public $field_count ] + Property [ public $errno ] + Property [ public $error ] + Property [ public $error_list ] + Property [ public $sqlstate ] + Property [ public $id ] + } + + - Methods [20] { + Method [ public method __construct ] { + } + + Method [ public method attr_get ] { + + - Parameters [1] { + Parameter #0 [ $attribute ] + } + } + + Method [ public method attr_set ] { + + - Parameters [2] { + Parameter #0 [ $attribute ] + Parameter #1 [ $value ] + } + } + + Method [ public method bind_param ] { + + - Parameters [1] { + Parameter #0 [ $types ] + } + } + + Method [ public method bind_result ] { + + - Parameters [0] { + } + } + + Method [ public method close ] { + + - Parameters [0] { + } + } + + Method [ public method data_seek ] { + + - Parameters [1] { + Parameter #0 [ $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 [ $param_nr ] + Parameter #1 [ $data ] + } + } + + Method [ public method free_result ] { + + - Parameters [0] { + } + } + + Method [ public method reset ] { + + - Parameters [0] { + } + } + + Method [ public method prepare ] { + + - Parameters [1] { + Parameter #0 [ $query ] + } + } + + Method [ public method store_result ] { + + - Parameters [0] { + } + } + + Method [ public method get_result ] { + + - Parameters [0] { + } + } + } + } + } +} + -- cgit