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