Transliterator::listIDs

(PHP >= 5.4.0, PECL intl >= 2.0.0) Get transliterator IDs public static array Transliterator::listIDs ( void ) Object oriented style Procedural style array transliterator_list_ids ( void ) Returns an array with the registered transliterator IDs. Returns: An array of registered transliterator IDs on success, or FALSE on failure. This function is currently

Transliterator::getErrorMessage

(PHP >= 5.4.0, PECL intl >= 2.0.0) Get last error message public string Transliterator::getErrorMessage ( void ) Object oriented style Procedural style string transliterator_get_error_message ( void ) Gets the last error message for this transliterator. Returns: The error code on success, or FALSE if none exists, or on failure. This function is currently

Spoofchecker::setChecks

(PHP >= 5.4.0, PECL intl >= 2.0.0) Set the checks to run public void Spoofchecker::setChecks ( long $checks ) Parameters: checks Returns: This function is currently not documented; only its argument list is available.

Transliterator::__construct

(PHP >= 5.4.0, PECL intl >= 2.0.0) Private constructor to deny instantiation Transliterator::__construct ( void ) This method should not be called. Its only purpose is to deny instantiation with the new operator. Use the factory methods Transliterator::create() or Transliterator::createFromRules() instead. Returns: This method should not be executed. If it is (e.g. through reflection), then its return valu

Transliterator::createFromRules

(PHP >= 5.4.0, PECL intl >= 2.0.0) Create transliterator from rules public static Transliterator Transliterator::createFromRules ( string $rules [, string $direction ] ) Object oriented style Procedural style Transliterator transliterator_create_from_rules ( string $id [, int $direction ] ) Creates a Transliterator from rules. Parameters: rules The rules.

Transliterator::create

(PHP >= 5.4.0, PECL intl >= 2.0.0) Create a transliterator public static Transliterator Transliterator::create ( string $id [, int $direction ] ) Object oriented style Procedural style Transliterator transliterator_create ( string $id [, int $direction ] ) Opens a Transliterator by id. Parameters: id The id. direction The directi

Spoofchecker::setAllowedLocales

(PHP >= 5.4.0, PECL intl >= 2.0.0) Locales to use when running checks public void Spoofchecker::setAllowedLocales ( string $locale_list ) Parameters: locale_list Returns: This function is currently not documented; only its argument list is available.

ResourceBundle::get

(PHP >= 5.3.2, PECL intl >= 2.0.0) Get data from the bundle public mixed ResourceBundle::get ( string|int $index ) Object oriented style Procedural style mixed resourcebundle_get ( ResourceBundle $r , string|int $index ) Get the data from the bundle by index or string key. Parameters: r ResourceBundle object. index Data inde

Spoofchecker::isSuspicious

(PHP >= 5.4.0, PECL intl >= 2.0.0) Checks if a given text contains any suspicious characters public bool Spoofchecker::isSuspicious ( string $text [, string &$error ] ) Parameters: text error Returns: This function is currently not documented; only its argument list is ava

Spoofchecker::__construct

(PHP >= 5.4.0, PECL intl >= 2.0.0) Constructor public Spoofchecker::__construct ( void ) Returns: This function is currently not documented; only its argument list is available.