PHP 8.5.0 Alpha 2 available for testing

IntlBreakIterator::getPartsIterator

(PHP 5 >= 5.5.0, PHP 7, PHP 8)

IntlBreakIterator::getPartsIteratorCrea un iterador para navegar en los fragmentos entre los límites

Descripción

public IntlBreakIterator::getPartsIterator(string $type = IntlPartsIterator::KEY_SEQUENTIAL): IntlPartsIterator

Advertencia

Esta función está actualmente no documentada; solo la lista de sus argumentos está disponible.

Parámetros

type

Tipo de clave (opcional). Los valores posibles son :

Valores devueltos

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top