Query: mb_ereg_search_setpos
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
MB_EREG_SEARCH_SETPOS(3) 1 MB_EREG_SEARCH_SETPOS(3) mb_ereg_search_setpos - Set start point of next regular expression matchSYNOPSISbool mb_ereg_search_setpos (int $position)DESCRIPTIONmb_ereg_search_setpos(3) sets the starting point of a match for mb_ereg_search(3).PARAMETERSo $position - The position to set.RETURN VALUESReturns TRUE on success or FALSE on failure.NOTESNote The internal encoding or the character encoding specified by mb_regex_encoding(3) will be used as the character encoding for this function.SEE ALSOmb_regex_encoding(3), mb_ereg_search_init(3). PHP Documentation Group MB_EREG_SEARCH_SETPOS(3)
Related Man Pages |
---|
mb_ereg_search_init(3) - php |
mb_ereg_replace_callback(3) - php |
mb_ereg_search_getregs(3) - php |
mb_eregi_replace(3) - php |
mb_strpos(3) - php |