Browsing articles for: May, 2009

Permalink to PHP Tip #6: str_replace Is Faster

PHP Tip #6: str_replace Is Faster

On 05.26.2009 by | 1 comment

This is probably a very well known tip, but for those new to PHP it’s handy. When needing to replace something try & use str_replace [...]