(PHP 5 >= 5.4.0, PHP 7, PECL intl >= 2.0.0)
Transliterator::listIDs -- transliterator_list_ids — Get transliterator IDs
Object oriented style
public static Transliterator::listIDs ( ) : array|false
Procedural style
transliterator_list_ids ( ) : array|false
Returns an array with the registered transliterator IDs.
This function has no parameters.
An array of registered transliterator IDs on success, or false
on failure.
Example #1 Retrieving the registered transliterator IDs
The above example will output something similar to:
© 1997–2020 The PHP Documentation Group
Licensed under the Creative Commons Attribution License v3.0 or later.
https://www.php.net/manual/en/transliterator.listids.php