ldap_t61_to_8859

(PHP 4 >= 4.0.2, PHP 5, PHP 7)

ldap_t61_to_8859Translate t61 characters to 8859 characters

설명

string ldap_t61_to_8859 ( string $value )
Warning

이 함수는 현재 문서화 되어있지 않습니다; 인수 목록만을 제공합니다.

add a note add a note

User Contributed Notes 2 notes

up
-8
Anonymous
20 years ago
Indeed, utf is the way to go as soon as you use non-english text, if you required portability. Don't forget to utf5_encode either.
The t61_8859 functions seem to be deprecated.
up
-9
jrble819 at gmail dot com
8 years ago
This function doesn't appear to exist in PHP 7 even though the docs say it's in PHP 7
To Top