mb_ereg_search_getpos
(PHP 4 >= 4.2.0, PHP 5)
mb_ereg_search_getpos — Returns start point for next regular expression match
Descrizione
int mb_ereg_search_getpos
( void
)
Returns the start point for the next regular expression match.
Elenco dei parametri
Questa funzione non contiene parametri.
Valori restituiti
mb_ereg_search_getpos() returns the point to start regular expression match for mb_ereg_search(), mb_ereg_search_pos(), mb_ereg_search_regs(). The position is represented by bytes from the head of string.
Note
Nota:
La codifica interna o la codifica dei caratteri specificata da mb_regex_encoding() sarĂ utilizzata come codifica ei caratteri per questa funzione.
Vedere anche:
- mb_regex_encoding() - Set/Get character encoding for multibyte regex
- mb_ereg_search_setpos() - Set start point of next regular expression match
There are no user contributed notes for this page.
