ldap_t61_to_8859

string ldap_t61_to_8859(string data) 

Converts between string encodings.

Returns:

Converted string

Description:

ldap_t61_to_8859() converts strings between ISO 8859-1 and t61 encodings.

Availability:

UNIX/Linux, Windows, LDAP compiled with string translation

Version:

4.0.5+

Example:

String conversion
$converted = ldap_t61_to_8859($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.