September 2001
Intermediate to advanced
768 pages
32h 45m
English
string ldap_8859_to_t61(string data) Converts between string encodings.
Returns:
Converted string; FALSE on error
Description:
ldap_8859_to_t61() assists in the conversion of strings between ISO 8859-1 and t61 encodings. If the string cannot be converted successfully, the function returns FALSE.
Availability:
UNIX/Linux, Windows, LDAP libraries that have been compiled with string-translation features
Version:
4.0.5+
Example:
$converted = ldap_8859_to_t61($data); echo $converted; |
Read now
Unlock full access