Hello,
the proto for str_replace shows this:
/* {{{ proto mixed str_replace(mixed search, mixed replace, mixed subject [, bool
boyer])
Replaces all occurrences of search in haystack with replace */
What is that "boyer" parameter doing there? It seems that it selects a
different algorithm for str_replace, but what is the difference?
Derick
---------------------------------------------------------------------
PHP: Scripting the Web - www.php.net - [EMAIL PROTECTED]
SRM: Site Resource Manager - www.vl-srm.net
---------------------------------------------------------------------
JDI Media Solutions - www.jdimedia.nl - [EMAIL PROTECTED]
Boulevard Heuvelink 102 - 6828 KT Arnhem - The Netherlands
---------------------------------------------------------------------
--
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]