preg_grep

Definition

array preg_grep ( string $pattern , array $input [, int $flags = 0 ] )

Description

Returns the array consisting of the elements of the input array that match the given pattern.

[More at php.net]

Parameters




loading


Share/bookmark - preg_grep


Global comments