Transliterator::create
transliterator_create
(PHP > 5.4.0)
Transliterator::create -- transliterator_create — Create a transliterator
Descrição
Estilo orientado a objetos
Estilo de procedimentos
Opens a Transliterator by id.
Aviso
Esta função não está documentada; somente a lista de argumentos está disponível.
Parâmetros
- id
-
The id.
- direction
-
The direction, defaults to >Transliterator::FORWARD. May also be set to Transliterator::REVERSE.
Valor Retornado
Returns a Transliterator object on success, or NULL on failure.
Veja Também
- Transliterator::getErrorMessage() - Get last error message
- Transliterator::__construct() - Construct a Transliterator object
There are no user contributed notes for this page.
