IntlBreakIterator::last

(No version information available, might only be in Git) Set the iterator position to index beyond the last character public ReturnType IntlBreakIterator::last ( void ) Returns: This function is currently not documented; only its argument list is available.

IntlBreakIterator::isBoundary

(No version information available, might only be in Git) Tell whether an offset is a boundaryʼs offset public ReturnType IntlBreakIterator::isBoundary ( string $"offset" ) Parameters: "offset" Returns: This function is currently not documented; only its argument list is available.

IntlBreakIterator::getText

(No version information available, might only be in Git) Get the text being scanned public ReturnType IntlBreakIterator::getText ( void ) Returns: This function is currently not documented; only its argument list is available.

IntlBreakIterator::getPartsIterator

(No version information available, might only be in Git) Create iterator for navigating fragments between boundaries public ReturnType IntlBreakIterator::getPartsIterator ([ string $"key_type" ] ) Parameters: "key_type" Returns: This function is currently not documented; only its argument list is available.

IntlBreakIterator::getLocale

(No version information available, might only be in Git) Get the locale associated with the object public ReturnType IntlBreakIterator::getLocale ( string $"locale_type" ) Parameters: "locale_type" Returns: This function is currently not documented; only its argument list is available.

IntlBreakIterator::getErrorMessage

(PHP 5 >= 5.3.0, PHP 7, PECL intl >= 1.0.0) Get last error message on the object public ReturnType IntlBreakIterator::getErrorMessage ( void ) Object oriented style (method): Procedural style: ReturnType intl_get_error_message ( void ) Returns: This function is currently not documented; only its argument list is available.

IntlBreakIterator::getErrorCode

(PHP 5 >= 5.3.0, PHP 7, PECL intl >= 1.0.0) Get last error code on the object public ReturnType IntlBreakIterator::getErrorCode ( void ) Object oriented style (method): Procedural style: ReturnType intl_get_error_code ( void ) Returns: This function is currently not documented; only its argument list is available.

IntlBreakIterator::following

(No version information available, might only be in Git) Advance the iterator to the first boundary following specified offset public ReturnType IntlBreakIterator::following ( string $"offset" ) Parameters: "offset" Returns: This function is currently not documented; only its argument list is available.

IntlBreakIterator::first

(No version information available, might only be in Git) Set position to the first character in the text public ReturnType IntlBreakIterator::first ( void ) 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.