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)
Related Man Pages |
---|
mb_ereg_search_pos(3) - php |
aggregate_methods_by_regexp(3) - php |
mb_ereg_replace_callback(3) - php |
mb_ereg_search_getregs(3) - php |
mb_eregi_replace(3) - php |
Similar Topics in the Unix Linux Community |
---|
Regular Expression |
How to insert/expand data/rows in a file, with rules?? |
Matching single quote in a regular expression |
Simple regular expression |
Help with perl script |