【发布时间】:2016-09-26 22:21:40
【问题描述】:
可能重复:
algorithm that will take numbers or words and find all possible combinations
如果我有一个数组,例如:
array('a', 'b', 'c', 'd');
如何创建一个包含这 4 个值的所有可能组合的新数组,例如
aaaa, aaab, aaac, aaad ... dddb, dddc, dddd
谢谢!
【问题讨论】:
标签: php