Description
array
mb_ereg_search_getregs ( void )
| Aviso |
Esta función
es EXPERIMENTAL_ Esto significa que el
comportamiento de esta función, el nombre de esta
función y en definitiva TODO lo documentado sobre esta
función, puede cambiar en una futura version de PHP SIN
AVISO_ La advertencia queda hecha, y utilizar esta extensión
queda bajo su propia responsabiliad_ |
mb_ereg_search_getregs() returns an array
including the sub_string of matched part by last
mb_ereg_search(),
mb_ereg_search_pos(),
mb_ereg_search_regs()_ If there are some
maches, the first element will have the matched sub_string, the
second element will have the first part grouped with brackets,
the third element will have the second part grouped with
brackets, and so on_ It returns FALSE on error;
The internal encoding or the character encoding specified in
mb_regex_encoding() will be used as character
encoding_
Nota:
This function is supported in PHP 4_2_0 or higher_
See also: mb_regex_encoding(),
mb_ereg_search_init()_