PHP 8.5.0 RC 2 available for testing

IntlBreakIterator::setText

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

IntlBreakIterator::setText โ€” Define el texto a analizar

Descripciรณn

public IntlBreakIterator::setText(string $text): bool

Advertencia

Esta funciรณn estรก actualmente no documentada; solo la lista de sus argumentos estรก disponible.

Parรกmetros

text

Esta funciรณn retorna true en caso de รฉxito o false si ocurre un error.

Historial de cambios

Versiรณn Descripciรณn
8.3.0 Este mรฉtodo devuelve ahora false en caso de error; previamente devolvรญa null.

Valores devueltos

๏ผ‹add a note

User Contributed Notes

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