Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
preg_grep
preg_grep
Returns array entries that match pattern
Name:
preg_grep
Category:
Regular processing PCRE
Programming Language:
php
One-line Description:
Returns an array that contains only elements of the input array that match the pattern.
Related
Tips for Improving Performance and Efficiency When Using preg_grep
8
9
Similar Functions
preg_quote
preg_quote
Escaperegularexpress
preg_replace
preg_replace
Performaregularexpre
preg_split
preg_split
Separatestringsbyare
preg_filter
preg_filter
Performregularexpres
preg_replace_callback_array
preg_replace_callback_array
Performaregularexpre
preg_last_error
preg_last_error
Returnstheerrorcodeg
preg_match
preg_match
Performregularexpres
preg_match_all
preg_match_all
Performglobalregular
Popular Articles
Tips for Improving Performance and Efficiency When Using preg_grep