Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
preg_filter
preg_filter
Perform regular expression search and replacement
Name:
preg_filter
Category:
Regular processing PCRE
Programming Language:
php
One-line Description:
Returns a string or array of replaced pattern matches, provided that a match is found.
Related
How to Customize and Distribute Data from Baidu Wenxin Yiyan API in PHP Development
3
How to Continuously Listen to Redis Messages and Process Queue Tasks Using PHP?
7
Frequently Asked Questions and Solutions when fileatime returns false
5
How to avoid hash_final return value error in PHP?
6
Similar Functions
preg_filter
preg_filter
Performregularexpres
preg_match_all
preg_match_all
Performglobalregular
preg_quote
preg_quote
Escaperegularexpress
preg_last_error
preg_last_error
Returnstheerrorcodeg
preg_replace_callback
preg_replace_callback
Performaregularexpre
preg_match
preg_match
Performregularexpres
preg_replace_callback_array
preg_replace_callback_array
Performaregularexpre
preg_replace
preg_replace
Performaregularexpre
Popular Articles