class mysqli Properties public $affected_rows $client_info $client_version $connect_errno $connect_error $errno $error $error_list $field_count $host_info $info $insert_id $protocol_version $server_info $server_version $sqlstate $thread_id $warning_count
Methods public static poll ( ?array &$read, ?array &$error, array &$reject, int $seconds, int $microseconds = 0 ) public __construct ( ?string $hostname = NULL, ?string $username = NULL, ?string $password = NULL, ?string $database = NULL, ?int $port = NULL, ?string $socket = NULL ) autocommit ( bool $enable ) begin_transaction ( int $flags = 0, ?string $name = NULL ) change_user ( string $username, string $password, ?string $database ) character_set_name ( ) close ( ) commit ( int $flags = 0, ?string $name = NULL ) connect ( ?string $hostname = NULL, ?string $username = NULL, ?string $password = NULL, ?string $database = NULL, ?int $port = NULL, ?string $socket = NULL ) debug ( string $options ) dump_debug_info ( ) escape_string ( string $string ) execute_query ( string $query, ?array $params = NULL ) get_charset ( ) get_connection_stats ( ) get_server_info ( ) get_warnings ( ) kill ( int $process_id ) more_results ( ) multi_query ( string $query ) next_result ( ) options ( int $option, $value ) ping ( ) prepare ( string $query ) query ( string $query, int $result_mode = MYSQLI_STORE_RESULT ) real_connect ( ?string $hostname = NULL, ?string $username = NULL, ?string $password = NULL, ?string $database = NULL, ?int $port = NULL, ?string $socket = NULL, int $flags = 0 ) real_escape_string ( string $string ) real_query ( string $query ) reap_async_query ( ) refresh ( int $flags ) release_savepoint ( string $name ) rollback ( int $flags = 0, ?string $name = NULL ) savepoint ( string $name ) select_db ( string $database ) set_charset ( string $charset ) set_opt ( int $option, $value ) ssl_set ( ?string $key, ?string $certificate, ?string $ca_certificate, ?string $ca_path, ?string $cipher_algos ) stat ( ) stmt_init ( ) store_result ( int $mode = 0 ) thread_safe ( ) use_result ( )
get_client_info ( )
init ( )
|