CakeFest 2024: The Official CakePHP Conference

IntlBreakIterator::setText

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

IntlBreakIterator::setTextSet the text being scanned

Descrizione

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

Avviso

Questa funzione, al momento non è documentata; è disponibile soltanto la lista degli argomenti.

Elenco dei parametri

text

Valori restituiti

Restituisce true in caso di successo, false in caso di fallimento.

Log delle modifiche

Versione Descrizione
8.3.0 This method now returns false on failure; previously it returns null.

add a note

User Contributed Notes

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