IntlBreakIterator::setText
PHP function
Edit on GitHub ✎
(PHP 5 >= 5.5.0, PHP 7, PHP 8)
Set the text being scanned
Description
IntlBreakIterator::setText(string $text): bool
Func
Parameters
text
Return Values
Success
Changelog
| Version | Description |
|---|---|
| 8.3.0 | This method now returns false on failure; previously it returns null. |