Ingo Renner schrieb: > Hi, > > I'd to clean up the code of trimExplode a little bit... > There should be only one return in any function... Again deliberately done for maximum performance. We save the duplication of the array ($arr = $arr) that way. Masi