Is there any plans to extend str_replace and ereg_replace to accept
arrays in the same manner as preg_replace does?

At the moment using preg_replace on arrays are faster than iterating
trough the arrays and passing them to str_replace, which is bad.

-- 
- Jan Borsodi <[EMAIL PROTECTED]> - Systems Engineer @ eZ systems - Web: http://ez.no
  QtVu: http://www.qtvu.org  -  RegExplorer: http://regexplorer.sourceforge.net
  EMacro: http://emacro.sourceforge.net  -  Apollo: http://www.apolloplayer.org

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to