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

IntlBreakIterator::createLineInstance

(No version information available, might only be in Git) Create break iterator for logically possible line breaks public static ReturnType IntlBreakIterator::createLineInstance ([ 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::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.

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