When I pass a string to strtr($TheText, $Transform_Array), where Transform_Array contains array elements like "a" => "b", I've been wondering, how many passes through the string are performed to accomplish all the string replacing? Is it one per transform, or just one total (I hope)? If it's not just one pass, is there another way I can accomplish this same thing just going through the string in one pass?
Thanks, Steve -- Steve (www.stevemagruder.com) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php