Jump to content

Convert


hussan

Recommended Posts

Olá,

 

I have this codE:

        $cb = 'str_replace("' . $this->LE . '", "", "<$1>");';
        $encoded_value[$key] = preg_replace("/<([^>]+)>/e", $cb, $encoded_value[$key]);

error:

 

"PHP message: PHP Deprecated:  preg_replace(): The /e modifier is deprecated, use preg_replace_callback instead

 

How can i transform this code to preg_replace_callback ?

 

thanks

Link to comment
https://forums.phpfreaks.com/topic/290337-convert/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.