|
mysqli::character_set_namemysqli_character_set_nameReturns the current character set of the database connection DescriptionObject-oriented style
public string mysqli::character_set_name()
Procedural style string mysqli_character_set_name(mysqli
$mysql )Returns the current character set of the database connection. Parameters
Return ValuesThe current character set of the connection ExamplesExample #1 mysqli::character_set_name example Object-oriented style
Procedural style
The above examples will output: Current character set is utf8mb4 See Also
|