mb_ereg_search_getpos
(PHP 4 >= 4.2.0, PHP 5)
mb_ereg_search_getpos — Returns start point for next regular expression match
Descripción
int mb_ereg_search_getpos
( void
)
Returns the start point for the next regular expression match.
Parámetros
Esta función no tiene parámetros.
Valores devueltos
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.
Notas
Nota:
La codificación interna o la codificación especificada por mb_regex_encoding() será usada en esta función.
Ver también
- mb_regex_encoding() - Returns current encoding for multibyte regex as string
- mb_ereg_search_setpos() - Set start point of next regular expression match
There are no user contributed notes for this page.
