Transliterator::listIDs
transliterator_list_ids
(PHP >= 5.4.0, PECL intl >= 2.0.0)
Transliterator::listIDs -- transliterator_list_ids — Get transliterator IDs
Descrizione
Stile orientato agli oggetti
public static array Transliterator::listIDs
( void
)
Stile procedurale
array transliterator_list_ids
( void
)
Returns an array with the registered transliterator IDs.
Avviso
Questa funzione, al momento non è documentata; è disponibile soltanto la lista degli argomenti.
Elenco dei parametri
Questa funzione non contiene parametri.
Valori restituiti
An array of registered transliterator IDs on success,
o FALSE in caso di fallimento.
Vedere anche:
- Transliterator::getErrorMessage() - Get last error message
- Transliterator::transliterate() - Transliterate a string
There are no user contributed notes for this page.
