From 113ba144f763857c2ced3bd9b8b5bf03126a7ee4 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 7 Oct 2015 14:57:40 +0200 Subject: php-pecl-mysql: new snapshot --- REFFLECTION | 470 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 470 insertions(+) create mode 100644 REFFLECTION (limited to 'REFFLECTION') diff --git a/REFFLECTION b/REFFLECTION new file mode 100644 index 0000000..03b7929 --- /dev/null +++ b/REFFLECTION @@ -0,0 +1,470 @@ +Extension [ extension #102 mysql version 1.0.0-dev ] { + + - Dependencies { + Dependency [ mysqlnd (Required) ] + } + + - INI { + Entry [ mysql.allow_persistent ] + Current = '1' + } + Entry [ mysql.max_persistent ] + Current = '-1' + } + Entry [ mysql.max_links ] + Current = '-1' + } + Entry [ mysql.default_host ] + Current = '' + } + Entry [ mysql.default_user ] + Current = '' + } + Entry [ mysql.default_password ] + Current = '' + } + Entry [ mysql.default_port ] + Current = '' + } + Entry [ mysql.default_socket ] + Current = '/var/lib/mysql/mysql.sock' + } + Entry [ mysql.connect_timeout ] + Current = '60' + } + Entry [ mysql.trace_mode ] + Current = '' + } + Entry [ mysql.allow_local_infile ] + Current = '1' + } + } + + - Constants [7] { + Constant [ integer MYSQL_ASSOC ] { 1 } + Constant [ integer MYSQL_NUM ] { 2 } + Constant [ integer MYSQL_BOTH ] { 3 } + Constant [ integer MYSQL_CLIENT_COMPRESS ] { 32 } + Constant [ integer MYSQL_CLIENT_SSL ] { 2048 } + Constant [ integer MYSQL_CLIENT_INTERACTIVE ] { 1024 } + Constant [ integer MYSQL_CLIENT_IGNORE_SPACE ] { 256 } + } + + - Functions { + Function [ function mysql_connect ] { + + - Parameters [5] { + Parameter #0 [ $hostname ] + Parameter #1 [ $username ] + Parameter #2 [ $password ] + Parameter #3 [ $new ] + Parameter #4 [ $flags ] + } + } + Function [ function mysql_pconnect ] { + + - Parameters [4] { + Parameter #0 [ $hostname ] + Parameter #1 [ $username ] + Parameter #2 [ $password ] + Parameter #3 [ $flags ] + } + } + Function [ function mysql_close ] { + + - Parameters [1] { + Parameter #0 [ $link_identifier ] + } + } + Function [ function mysql_select_db ] { + + - Parameters [2] { + Parameter #0 [ $database_name ] + Parameter #1 [ $link_identifier ] + } + } + Function [ function mysql_query ] { + + - Parameters [2] { + Parameter #0 [ $query ] + Parameter #1 [ $link_identifier ] + } + } + Function [ function mysql_unbuffered_query ] { + + - Parameters [2] { + Parameter #0 [ $query ] + Parameter #1 [ $link_identifier ] + } + } + Function [ function mysql_db_query ] { + + - Parameters [3] { + Parameter #0 [ $database_name ] + Parameter #1 [ $query ] + Parameter #2 [ $link_identifier ] + } + } + Function [ function mysql_list_dbs ] { + + - Parameters [1] { + Parameter #0 [ $link_identifier ] + } + } + Function [ function mysql_list_tables ] { + + - Parameters [2] { + Parameter #0 [ $database_name ] + Parameter #1 [ $link_identifier ] + } + } + Function [ function mysql_list_fields ] { + + - Parameters [3] { + Parameter #0 [ $database_name ] + Parameter #1 [ $table_name ] + Parameter #2 [ $link_identifier ] + } + } + Function [ function mysql_list_processes ] { + + - Parameters [1] { + Parameter #0 [ $link_identifier ] + } + } + Function [ function mysql_error ] { + + - Parameters [1] { + Parameter #0 [ $link_identifier ] + } + } + Function [ function mysql_errno ] { + + - Parameters [1] { + Parameter #0 [ $link_identifier ] + } + } + Function [ function mysql_affected_rows ] { + + - Parameters [1] { + Parameter #0 [ $link_identifier ] + } + } + Function [ function mysql_insert_id ] { + + - Parameters [1] { + Parameter #0 [ $link_identifier ] + } + } + Function [ function mysql_result ] { + + - Parameters [3] { + Parameter #0 [ $result ] + Parameter #1 [ $row ] + Parameter #2 [ $field ] + } + } + Function [ function mysql_num_rows ] { + + - Parameters [1] { + Parameter #0 [ $result ] + } + } + Function [ function mysql_num_fields ] { + + - Parameters [1] { + Parameter #0 [ $result ] + } + } + Function [ function mysql_fetch_row ] { + + - Parameters [1] { + Parameter #0 [ $result ] + } + } + Function [ function mysql_fetch_array ] { + + - Parameters [2] { + Parameter #0 [ $result ] + Parameter #1 [ $result_type ] + } + } + Function [ function mysql_fetch_assoc ] { + + - Parameters [1] { + Parameter #0 [ $result ] + } + } + Function [ function mysql_fetch_object ] { + + - Parameters [3] { + Parameter #0 [ $result ] + Parameter #1 [ $class_name ] + Parameter #2 [ $ctor_params ] + } + } + Function [ function mysql_data_seek ] { + + - Parameters [2] { + Parameter #0 [ $result ] + Parameter #1 [ $row_number ] + } + } + Function [ function mysql_fetch_lengths ] { + + - Parameters [1] { + Parameter #0 [ $result ] + } + } + Function [ function mysql_fetch_field ] { + + - Parameters [2] { + Parameter #0 [ $result ] + Parameter #1 [ $field_offset ] + } + } + Function [ function mysql_field_seek ] { + + - Parameters [2] { + Parameter #0 [ $result ] + Parameter #1 [ $field_offset ] + } + } + Function [ function mysql_free_result ] { + + - Parameters [1] { + Parameter #0 [ $result ] + } + } + Function [ function mysql_field_name ] { + + - Parameters [2] { + Parameter #0 [ $result ] + Parameter #1 [ $field_index ] + } + } + Function [ function mysql_field_table ] { + + - Parameters [2] { + Parameter #0 [ $result ] + Parameter #1 [ $field_offset ] + } + } + Function [ function mysql_field_len ] { + + - Parameters [2] { + Parameter #0 [ $result ] + Parameter #1 [ $field_offset ] + } + } + Function [ function mysql_field_type ] { + + - Parameters [2] { + Parameter #0 [ $result ] + Parameter #1 [ $field_offset ] + } + } + Function [ function mysql_field_flags ] { + + - Parameters [2] { + Parameter #0 [ $result ] + Parameter #1 [ $field_offset ] + } + } + Function [ function mysql_escape_string ] { + + - Parameters [1] { + Parameter #0 [ $string ] + } + } + Function [ function mysql_real_escape_string ] { + + - Parameters [2] { + Parameter #0 [ $string ] + Parameter #1 [ $link_identifier ] + } + } + Function [ function mysql_stat ] { + + - Parameters [1] { + Parameter #0 [ $link_identifier ] + } + } + Function [ function mysql_thread_id ] { + + - Parameters [1] { + Parameter #0 [ $link_identifier ] + } + } + Function [ function mysql_client_encoding ] { + + - Parameters [1] { + Parameter #0 [ $link_identifier ] + } + } + Function [ function mysql_ping ] { + + - Parameters [1] { + Parameter #0 [ $link_identifier ] + } + } + Function [ function mysql_get_client_info ] { + + - Parameters [0] { + } + } + Function [ function mysql_get_host_info ] { + + - Parameters [1] { + Parameter #0 [ $link_identifier ] + } + } + Function [ function mysql_get_proto_info ] { + + - Parameters [1] { + Parameter #0 [ $link_identifier ] + } + } + Function [ function mysql_get_server_info ] { + + - Parameters [1] { + Parameter #0 [ $link_identifier ] + } + } + Function [ function mysql_info ] { + + - Parameters [1] { + Parameter #0 [ $link_identifier ] + } + } + Function [ function mysql_set_charset ] { + + - Parameters [2] { + Parameter #0 [ $charset_name ] + Parameter #1 [ $link_identifier ] + } + } + Function [ function mysql ] { + + - Parameters [3] { + Parameter #0 [ $database_name ] + Parameter #1 [ $query ] + Parameter #2 [ $link_identifier ] + } + } + Function [ function mysql_fieldname ] { + + - Parameters [2] { + Parameter #0 [ $result ] + Parameter #1 [ $field_index ] + } + } + Function [ function mysql_fieldtable ] { + + - Parameters [2] { + Parameter #0 [ $result ] + Parameter #1 [ $field_offset ] + } + } + Function [ function mysql_fieldlen ] { + + - Parameters [2] { + Parameter #0 [ $result ] + Parameter #1 [ $field_offset ] + } + } + Function [ function mysql_fieldtype ] { + + - Parameters [2] { + Parameter #0 [ $result ] + Parameter #1 [ $field_offset ] + } + } + Function [ function mysql_fieldflags ] { + + - Parameters [2] { + Parameter #0 [ $result ] + Parameter #1 [ $field_offset ] + } + } + Function [ function mysql_selectdb ] { + + - Parameters [2] { + Parameter #0 [ $database_name ] + Parameter #1 [ $link_identifier ] + } + } + Function [ function mysql_freeresult ] { + + - Parameters [1] { + Parameter #0 [ $result ] + } + } + Function [ function mysql_numfields ] { + + - Parameters [1] { + Parameter #0 [ $result ] + } + } + Function [ function mysql_numrows ] { + + - Parameters [1] { + Parameter #0 [ $result ] + } + } + Function [ function mysql_listdbs ] { + + - Parameters [1] { + Parameter #0 [ $link_identifier ] + } + } + Function [ function mysql_listtables ] { + + - Parameters [2] { + Parameter #0 [ $database_name ] + Parameter #1 [ $link_identifier ] + } + } + Function [ function mysql_listfields ] { + + - Parameters [3] { + Parameter #0 [ $database_name ] + Parameter #1 [ $table_name ] + Parameter #2 [ $link_identifier ] + } + } + Function [ function mysql_db_name ] { + + - Parameters [3] { + Parameter #0 [ $result ] + Parameter #1 [ $row ] + Parameter #2 [ $field ] + } + } + Function [ function mysql_dbname ] { + + - Parameters [3] { + Parameter #0 [ $result ] + Parameter #1 [ $row ] + Parameter #2 [ $field ] + } + } + Function [ function mysql_tablename ] { + + - Parameters [3] { + Parameter #0 [ $result ] + Parameter #1 [ $row ] + Parameter #2 [ $field ] + } + } + Function [ function mysql_table_name ] { + + - Parameters [3] { + Parameter #0 [ $result ] + Parameter #1 [ $row ] + Parameter #2 [ $field ] + } + } + } +} + -- cgit