> What is that "boyer" parameter doing there? It seems that it selects a
> different algorithm for str_replace, but what is the difference?

    It is an algorithm which uses suffix-automata to speed up
    locating the search pattern (Boyer-Moore algorithm).

    - Sascha                                     Experience IRCG
      http://schumann.cx/                http://schumann.cx/ircg


-- 
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