mb_ereg_search_setpos

(PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP 8)

mb_ereg_search_setposSet start point of next regular expression match

Опис

mb_ereg_search_setpos(int $offset): bool

mb_ereg_search_setpos() sets the starting point of a match for mb_ereg_search().

Параметри

offset

The position to set. If it is negative, it counts from the end of the string.

Значення, що повертаються

Повертає true у разі успіху або false в разі помилки.

Журнал змін

Версія Опис
7.1.0 Support for negative offsets has been added.

Примітки

Зауваження:

Для цієї функції буде використане внутрішнє кодування символів або те, яке визначене функцією mb_regex_encoding().

Прогляньте також