5 sets of numbers, each group takes a different composition of 5 digits, the great God

Source: Internet
Author: User
Example: 012345678,013456789,023456789,012456789,023456789
Each of these 5 groups takes a different 5-digit number


Reply to discussion (solution)

$d = Explode (', ', ' 012345678,013456789,023456789,012456789,023456789 '); $r = Array (); for ($i =0; $i
 
  You may need to be random.
  
 $d = Explode (', ', ' 012345678,013456789,023456789,012456789,023456789 '); $r = Array () , for ($i =0; $i 
     
     

I was trying to show all the 5 digits that I could make, and I didn't write clearly

loop to heavy chant

P class= "Sougouanswer" >

 $d = Array_map (' Str_split ', Explode (', ', '  012345678,013456789,023456789,012456789,023456789 '));p Rint_r (foo ($d)), function foo ($d) {$r = Array_pop ($d);    while ($d) {$t = array ();    foreach (Array_pop ($d) as $k 1=> $x) {foreach ($r as $k 2=> $y) $t [] = "$x $y";  } $r = $t;
  } return $r;} 
  • Contact Us

    The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

    If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.