PHP: Use associative arrays with preg_replace()

frashlanutq5

New Member
In the documentation for preg_replace is says you can use indexed arrays to replace multiple strings. I would like to do this with associative arrays, but it seems to not work. Does anyone know if this indeed does not work?
 
Back
Top