downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | conferences | my php.net

search for in the

ldap_add> <Fonctions LDAP
[edit] Last updated: Fri, 24 May 2013

view this page in

ldap_8859_to_t61

(PHP 4 >= 4.0.2, PHP 5)

ldap_8859_to_t61Convertit les caractères 8859 en caractères t61

Description

string ldap_8859_to_t61 ( string $value )

Convertit les caractères ISO-8859 en caractères t61.

Cette fonction est utile si vous devez utiliser un serveur LDAPv2.

Liste de paramètres

value

Le texte à convertir.

Valeurs de retour

Retourne la conversion en t61 du texte value.

Voir aussi



add a note add a note User Contributed Notes ldap_8859_to_t61 - [1 notes]
up
0
faruq dot alavi at live dot de
3 years ago
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;

 
show source | credits | stats | sitemap | contact | advertising | mirror sites