Voting

: max(two, nine)?
(Example: nine)

The Note You're Voting On

mpnicholas [@t] gmail (dot) com
19 years ago
Regarding the mb_str_ireplace() function: I benchmarked it against mb_eregi_replace() for single-character substitution, and it was significantly slower. Despite avoiding the ereg call, I think the while loop ends slowing you down too much for this to be practical.

<< Back to user notes page

To Top