CakeFest 2024: The Official CakePHP Conference

ldap_t61_to_8859

(PHP 4 >= 4.0.2, PHP 5, PHP 7, PHP 8)

ldap_t61_to_8859Traduce del conjunto de caracteres t61 al conjunto de caracteres 8859

Descripción

ldap_t61_to_8859(string $value): string
Advertencia

Esta función no está documentada actualmente, solamente se encuentra disponible la lista de parámetros.

add a note

User Contributed Notes 2 notes

up
-9
jrble819 at gmail dot com
8 years ago
This function doesn't appear to exist in PHP 7 even though the docs say it's in PHP 7
up
-10
Anonymous
19 years ago
Indeed, utf is the way to go as soon as you use non-english text, if you required portability. Don't forget to utf5_encode either.
The t61_8859 functions seem to be deprecated.
To Top