コード例 #1
0
ファイル: Functions.cs プロジェクト: grahamehorner/peachpie
 /// <summary>
 /// Returns the default character set for the database connection.
 /// </summary>
 public static string mysqli_character_set_name(mysqli link) => link.character_set_name();
コード例 #2
0
ファイル: Functions.cs プロジェクト: grahamehorner/peachpie
 /// <summary>
 /// Returns the default character set for the database connection.
 /// </summary>
 public static string mysqli_client_encoding(mysqli link) => link.character_set_name();