Current Location: Home> Function Categories> preg_replace_callback_array

preg_replace_callback_array

Perform a regular expression search and use callback replacement
Name:preg_replace_callback_array
Category:Regular processing PCRE
Programming Language:php
One-line Description:Given an array that associates an expression with a callback function, returns a string where all matches of each expression are replaced with the substring returned by the callback function.
Similar Functions