preg_grep

Example

 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.

Return Values

Returns an array indexed using the keys from the input array.