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.
Example:
$converted = ldap_8859_to_t61($data);
echo $converted;
(PHP 4 >= 4.0.2, PHP 5, PHP 7, PHP 8)
ldap_8859_to_t61 — Converte caracteres 8859 para caracteres t61
Converte caracteres ISO-8859
para caracteres
t61
.
Esta função é útil quando é necessária comunicação com um servidor
LDAPv2
antigo.
value
O texto a ser convertido.
Retorna a conversão para t61
do parâmetro
value
, ou false
em caso de falha.
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.
Example:
$converted = ldap_8859_to_t61($data);
echo $converted;