MB_EREG_SEARCH_SETPOS(3) 1 MB_EREG_SEARCH_SETPOS(3)
mb_ereg_search_setpos - Set start point of next regular expression match
SYNOPSIS
bool mb_ereg_search_setpos (int $position)
DESCRIPTION
mb_ereg_search_setpos(3) sets the starting point of a match for mb_ereg_search(3).
PARAMETERS
o $position
- The position to set.
RETURN VALUES
Returns TRUE on success or FALSE on failure.
NOTES
Note
The internal encoding or the character encoding specified by mb_regex_encoding(3) will be used as the character encoding for this
function.
SEE ALSO
mb_regex_encoding(3), mb_ereg_search_init(3).
PHP Documentation Group MB_EREG_SEARCH_SETPOS(3)