IntlBreakIterator::getPartsIterator

(PHP 5 >= 5.5.0, PHP 7)

IntlBreakIterator::getPartsIteratorCreate iterator for navigating fragments between boundaries

说明

public IntlBreakIterator::getPartsIterator ([ int $key_type = IntlPartsIterator::KEY_SEQUENTIAL ] ) : IntlPartsIterator

Warning

本函数还未编写文档,仅有参数列表。

参数

key_type

Optional key type. Possible values are:

  • IntlPartsIterator::KEY_SEQUENTIAL - The default. Sequentially increasing integers used as key.
  • IntlPartsIterator::KEY_LEFT - Byte offset left of current part used as key.
  • IntlPartsIterator::KEY_RIGHT - Byte offset right of current part used as key.

返回值

相关文章
php arrayobject create a new iterator from an arrayobject instancephp callbackfilteriterator create a filtered iterator from another iteratorphp intlbreakiterator create break iterator for boundaries of combining character sequencesphp intlbreakiterator create break iterator for boundaries of code pointsphp intlbreakiterator create break iterator for logically possible line breaksphp intlbreakiterator create break iterator for sentence breaksphp intlbreakiterator create break iterator for title casing breaksphp intlbreakiterator create break iterator for word breaksphp intlbreakiterator advance the iterator to the first boundary following specified offsetphp intlbreakiterator create iterator for navigating fragments between boundariesphp intlbreakiterator set the iterator position to index beyond the last characterphp intlbreakiterator advance the iterator the next boundaryphp intlbreakiterator set the iterator position to the first boundary before an offsetphp intlbreakiterator set the iterator position to the boundary immediately before the currentphp intlcalendar tell whether a day is a weekday weekend or a day that has a transition between the twophp intlpartsiterator get intlbreakiterator backing this parts iteratorphp intlrulebasedbreakiterator create iterator from rulesetphp iteratoriterator create an iterator from anything that is traversablephp splobjectstorage returns the data associated with the current iterator entryphp swoole process create a message queue as the communication method between the parent process and child processes.
关注编程学问公众号