Query: mb_ereg_search_getpos
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
MB_EREG_SEARCH_GETPOS(3) 1 MB_EREG_SEARCH_GETPOS(3) mb_ereg_search_getpos - Returns start point for next regular expression matchSYNOPSISint mb_ereg_search_getpos (void )DESCRIPTIONReturns the start point for the next regular expression match.PARAMETERSThis function has no parameters.RETURN VALUESmb_ereg_search_getpos(3) returns the point to start regular expression match for mb_ereg_search(3), mb_ereg_search_pos(3), mb_ereg_search_regs(3). The position is represented by bytes from the head of string.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_setpos(3). PHP Documentation Group MB_EREG_SEARCH_GETPOS(3)