PHP : generate every combinations related to one combination by x similar values

后端 未结 0 1865
被撕碎了的回忆
被撕碎了的回忆 2021-01-11 17:17

For example :

distributions_possibles(3,3);

// Output :
003
012
021
030
102
111
120
201
210
300

I need to create a function which will give

相关标签:
回答
  • 消灭零回复
提交回复
热议问题