/// <summary> /// Returns the default character set for the database connection. /// </summary> public static string mysqli_character_set_name(mysqli link) => link.character_set_name();
/// <summary> /// Returns the default character set for the database connection. /// </summary> public static string mysqli_client_encoding(mysqli link) => link.character_set_name();