most used
preg_grep
en
de
es
fr
pt
description
Returns the array consisting of the elements of the $input array that match the given $pattern.
Gibt ein Array zurück, das aus den Elementen des $input-Arrays besteht, die auf das angegebene Suchmuster $pattern passen.
Devuelve la matriz consistente en los elementos de la matriz $input que coinciden con $pattern.
preg_grep() retourne un tableau qui contient les éléments de $input qui satisfont le masque $pattern.
Retorna o array consistindo dos elementos do array de $input que combinaram com o dado $pattern.
declaration of preg_grep
array preg_grep ( string $pattern , array $input [, int $flags ] )
test preg_grep online
share preg_grep
comments for preg_grep
be the first
No comments so far for preg_grep(). Leave yours as first below.
+