Man Page: transliterator_create
Operating Environment: php
Section: 3
TRANSLITERATOR_CREATE(3) 1 TRANSLITERATOR_CREATE(3) Transliterator::create - Create a transliterator Object oriented styleSYNOPSISpublicstatic Transliterator Transliterator::create (string $id, [int $direction])DESCRIPTIONProcedural style Transliterator transliterator_create (string $id, [int $direction]) Opens a Transliterator by id. Warning This function is currently not documented; only its argument list is available.PARAMETERSo $id - The id. o $direction - The direction, defaults to >Transliterator::FORWARD. May also be set to Transliterator::REVERSE.RETURN VALUESReturns a Transliterator object on success, or NULL on failure.SEE ALSOTransliterator::getErrorMessage, Transliterator::__construct. PHP Documentation Group TRANSLITERATOR_CREATE(3)
| Related Man Pages |
|---|
| cairo_available_surfaces(3) - php |
| intlcal_get_error_message(3) - php |
| resourcebundle_create(3) - php |
| transliterator.transliterate(3) - php |
| datetimeimmutable.format(3) - php |