IntlBreakIterator::createWordInstance

(No version information available, might only be in Git) Create break iterator for word breaks public static ReturnType IntlBreakIterator::createWordInstance ([ string $"locale" ] ) Parameters: "locale" Returns: This function is currently not documented; only its argument list is available.

IntlBreakIterator::current

(No version information available, might only be in Git) Get index of current position public ReturnType IntlBreakIterator::current ( void ) Returns: This function is currently not documented; only its argument list is available.

IntlBreakIterator::createCharacterInstance

(No version information available, might only be in Git) Create break iterator for boundaries of combining character sequences public static ReturnType IntlBreakIterator::createCharacterInstance ([ string $"locale" ] ) Parameters: "locale" Returns: This function is currently not documented; only its argument list

IntlBreakIterator::__construct

(No version information available, might only be in Git) Private constructor for disallowing instantiation private IntlBreakIterator::__construct ( void ) Returns: This function is currently not documented; only its argument list is available.

IntlBreakIterator::createTitleInstance

(No version information available, might only be in Git) Create break iterator for title-casing breaks public static ReturnType IntlBreakIterator::createTitleInstance ([ string $"locale" ] ) Parameters: "locale" Returns: This function is currently not documented; only its argument list is available.

IntlBreakIterator::createCodePointInstance

(No version information available, might only be in Git) Create break iterator for boundaries of code points public static ReturnType IntlBreakIterator::createCodePointInstance ( void ) Returns: This function is currently not documented; only its argument list is available.

IntlBreakIterator::createSentenceInstance

(No version information available, might only be in Git) Create break iterator for sentence breaks public static ReturnType IntlBreakIterator::createSentenceInstance ([ string $"locale" ] ) Parameters: "locale" Returns: This function is currently not documented; only its argument list is available.

Transliterator::transliterate

(PHP >= 5.4.0, PECL intl >= 2.0.0) Transliterate a string public string Transliterator::transliterate ( string $subject [, int $start [, int $end ]] ) Object oriented style Procedural style transliterator_transliterate ( mixed $transliterator , string $subject [, int $start [, int $end ]] ) Transforms a string or part thereof using an ICU transliterator. Parameters: translitera

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::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