Within a loop structure, which gives better performance?
one strtr or multiple str_replace?
TIA az
test, print out the time in seconds, run the code with strtr 1000 the print out the time in seconds
repeat with str_replace
and post the results!