Actions
Feature #19512
closedExtend t3lib_div::trimExplode to limit the number of elements
Start date:
2008-10-27
Due date:
% Done:
0%
Estimated time:
PHP Version:
5.2
Tags:
Complexity:
Sprint Focus:
Description
With t3lib_div::trimExplode it's not possible to limit the number of elements that are returned.
The solution is to introduce a new argument $limit and to define trimExplode to behave similar to PHP's explode function.
(issue imported from #M9656)
Files
Actions