ldap_8859_to_t61

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:

Convert a string
$converted = ldap_8859_to_t61($data); 
echo $converted; 

Get PHP Functions Essential Reference now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.