mysqli_client_encoding

(PHP 5 < 5.4.0)

mysqli_client_encodingAlias of mysqli_character_set_name()

說明

This function is an alias of mysqli_character_set_name().

Warning

本函式已自 PHP 5.3.0 起廢棄並將自 PHP 5.4.0 起移除

參見

  • mysqli_real_escape_string() - Escapes special characters in a string for use in an SQL statement, taking into account the current charset of the connection

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top