php man page for mb_ereg_search_regs

Query: mb_ereg_search_regs

OS: php

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

MB_EREG_SEARCH_REGS(3)							 1						    MB_EREG_SEARCH_REGS(3)

mb_ereg_search_regs - Returns the matched part of a multibyte regular expression

SYNOPSIS
array mb_ereg_search_regs ([string $pattern], [string $option = "ms"])
DESCRIPTION
Returns the matched part of a multibyte regular expression.
PARAMETERS
o $pattern - The search pattern. o $option - The search option.
RETURN VALUES
mb_ereg_search_regs(3) executes the multibyte regular expression match, and if there are some matched part, it returns an array including substring of matched part as first element, the first grouped part with brackets as second element, the second grouped part as third ele- ment, and so on. It returns FALSE on error.
NOTES
Note The internal encoding or the character encoding specified by mb_regex_encoding(3) will be used as the character encoding for this function.
SEE ALSO
mb_regex_encoding(3), mb_ereg_search_init(3). PHP Documentation Group MB_EREG_SEARCH_REGS(3)
Related Man Pages
fnmatch(3c) - hpux
preg_split(3) - php
eregi(3) - php
mb_ereg_replace(3) - php
mb_ereg_replace_callback(3) - php
Similar Topics in the Unix Linux Community
UNIX.COM 2017 Year End Summary
Coming Soon: Upgrade Forum Software (Dec 31 - Jan 1)
Status of UNIX.COM Forum Transformation
Please Welcome Ravinder Singh to the Moderation Team
The Order of the Wizard's Hat - Lifetime Achievement Award 2019 - Congrats to Wolf Machowitsch