mb_ereg_replace_callback

Example

 string mb_ereg_replace_callback ( string $pattern , callable $callback , string $string [, string $option = "msr" ] ) 

Description

Perform a regular expresssion seach and replace with multibyte support using a callback

Return Values

The resultant string on success, or FALSE on error.