PHP: many concats or one implode?

In my current project I assemble one string out to many small strings (direct output is NOT an option). Would it be more efficient to do many string concatenations? or should I add the parts to an array and implode it?

14
задан Peeyush Kushwaha 30 December 2012 в 08:30
поделиться