Hi, I'm using both methods, but I am wondering if one of those methods is faster?
I think, that calling an external function "implode" have to be much more slower, because PHP interpretter have to make some memory allocations for function parameters and returned values. Have you some info about this?
Thx ;)
Achievements
9
Karma
0
Total ProTip Views
Charity
Fork and commit to someone's open source project in need
Hi, I'm using both methods, but I am wondering if one of those methods is faster?
I think, that calling an external function "implode" have to be much more slower, because PHP interpretter have to make some memory allocations for function parameters and returned values. Have you some info about this?
Thx ;)