PREG_PATTERN_ORDER
PREG_PATTERN_ORDER = \PREG_PATTERN_ORDER
Represents a binary-safe string of bytes.
match(string $regexp, int $flags, int $offset) : array
Matches the string using a regular expression.
Pass PREG_PATTERN_ORDER or PREG_SET_ORDER as $flags to get all occurrences matching the regular expression.
string | $regexp | |
int | $flags | |
int | $offset |
All matches in a multi-dimensional array ordered according to flags