|
php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Go to the source code of this file.
Enumerations | |
| enum | parts_iter_key_type { PARTS_ITERATOR_KEY_SEQUENTIAL , PARTS_ITERATOR_KEY_LEFT , PARTS_ITERATOR_KEY_RIGHT } |
Functions | |
| U_CFUNC zend_object_iterator * | _breakiterator_get_iterator (zend_class_entry *ce, zval *object, int by_ref) |
| U_CFUNC void | breakiterator_register_IntlPartsIterator_class (void) |
| enum parts_iter_key_type |
| Enumerator | |
|---|---|
| PARTS_ITERATOR_KEY_SEQUENTIAL | |
| PARTS_ITERATOR_KEY_LEFT | |
| PARTS_ITERATOR_KEY_RIGHT | |
Definition at line 24 of file breakiterator_iterators.h.
| U_CFUNC zend_object_iterator * _breakiterator_get_iterator | ( | zend_class_entry * | ce, |
| zval * | object, | ||
| int | by_ref ) |