Transliterator::getErrorCode

(PHP >= 5.4.0, PECL intl >= 2.0.0) Get last error code public int Transliterator::getErrorCode ( void ) Object oriented style Procedural style int transliterator_get_error_code ( void ) Gets the last error code for this transliterator. Returns: The error code on success, or FALSE if none exists, or on failure. This function is currently not documented; o

Transliterator::createInverse

(PHP >= 5.4.0, PECL intl >= 2.0.0) Create an inverse transliterator public Transliterator Transliterator::createInverse ( void ) Object oriented style Procedural style Transliterator transliterator_create_inverse ( void ) Opens the inverse transliterator. Returns: Returns a Transliterator object on success, or NULL on failure This function is currently n

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

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

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.

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.

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.

Spoofchecker::areConfusable

(PHP >= 5.4.0, PECL intl >= 2.0.0) Checks if a given text contains any confusable characters public bool Spoofchecker::areConfusable ( string $s1, string $s2 [, string &$error ] ) Parameters: s1 s2 error Returns: This function is currently