fork(1) download
  1. <?php
  2. $total = 15;
  3. $skip = 5;
  4. $array = array();
  5.  
  6.  
  7. for ($i = 1; $i <= $total; $i++) {
  8. array_push($array, $i);
  9. }
  10.  
  11. function counter($array, $skip, $total)
  12. {
  13. $end = end($array);
  14. foreach ($array as $key => $value) {
  15. if ($value == $end) {
  16. $last = $key;
  17. }
  18. for ($i = 0; $i <= $total; $i++) {
  19. if ($key == ($skip + $skip * $i) - 1) {
  20. $char = $key;
  21. unset($array[($skip + $skip * $i) - 1]);
  22. }
  23. }
  24. $remain = $last - $char;
  25. }
  26. $array = array_values($array);
  27. $ar = array();
  28. foreach ($array as $key => $value) {
  29. array_push($ar, $key + $remain);
  30. }
  31. if ($remain != 0) {
  32. $array = array_combine($ar, $array);
  33. }
  34. return $array;
  35. }
  36.  
  37. while (count($array) >= $skip) {
  38. $array = counter($array, $skip, $total);
  39. }
  40. var_dump($array);
Success #stdin #stdout #stderr 0.01s 20520KB
stdin
Standard input is empty
stdout
array(4) {
  [1]=>
  int(1)
  [2]=>
  int(2)
  [3]=>
  int(7)
  [4]=>
  int(13)
}
stderr
PHP Notice:  Undefined variable: char in /home/NyWDoG/prog.php on line 25
PHP Notice:  Undefined variable: last in /home/NyWDoG/prog.php on line 25
PHP Notice:  Undefined variable: char in /home/NyWDoG/prog.php on line 25
PHP Notice:  Undefined variable: last in /home/NyWDoG/prog.php on line 25
PHP Notice:  Undefined variable: char in /home/NyWDoG/prog.php on line 25
PHP Notice:  Undefined variable: last in /home/NyWDoG/prog.php on line 25
PHP Notice:  Undefined variable: char in /home/NyWDoG/prog.php on line 25
PHP Notice:  Undefined variable: last in /home/NyWDoG/prog.php on line 25
PHP Notice:  Undefined variable: last in /home/NyWDoG/prog.php on line 25
PHP Notice:  Undefined variable: last in /home/NyWDoG/prog.php on line 25
PHP Notice:  Undefined variable: last in /home/NyWDoG/prog.php on line 25
PHP Notice:  Undefined variable: last in /home/NyWDoG/prog.php on line 25
PHP Notice:  Undefined variable: last in /home/NyWDoG/prog.php on line 25
PHP Notice:  Undefined variable: last in /home/NyWDoG/prog.php on line 25
PHP Notice:  Undefined variable: last in /home/NyWDoG/prog.php on line 25
PHP Notice:  Undefined variable: last in /home/NyWDoG/prog.php on line 25
PHP Notice:  Undefined variable: last in /home/NyWDoG/prog.php on line 25
PHP Notice:  Undefined variable: last in /home/NyWDoG/prog.php on line 25
PHP Notice:  Undefined variable: char in /home/NyWDoG/prog.php on line 25
PHP Notice:  Undefined variable: last in /home/NyWDoG/prog.php on line 25
PHP Notice:  Undefined variable: char in /home/NyWDoG/prog.php on line 25
PHP Notice:  Undefined variable: last in /home/NyWDoG/prog.php on line 25
PHP Notice:  Undefined variable: char in /home/NyWDoG/prog.php on line 25
PHP Notice:  Undefined variable: last in /home/NyWDoG/prog.php on line 25
PHP Notice:  Undefined variable: char in /home/NyWDoG/prog.php on line 25
PHP Notice:  Undefined variable: last in /home/NyWDoG/prog.php on line 25
PHP Notice:  Undefined variable: last in /home/NyWDoG/prog.php on line 25
PHP Notice:  Undefined variable: last in /home/NyWDoG/prog.php on line 25
PHP Notice:  Undefined variable: last in /home/NyWDoG/prog.php on line 25
PHP Notice:  Undefined variable: last in /home/NyWDoG/prog.php on line 25
PHP Notice:  Undefined variable: last in /home/NyWDoG/prog.php on line 25
PHP Notice:  Undefined variable: last in /home/NyWDoG/prog.php on line 25
PHP Notice:  Undefined variable: last in /home/NyWDoG/prog.php on line 25
PHP Notice:  Undefined variable: char in /home/NyWDoG/prog.php on line 25
PHP Notice:  Undefined variable: last in /home/NyWDoG/prog.php on line 25
PHP Notice:  Undefined variable: char in /home/NyWDoG/prog.php on line 25
PHP Notice:  Undefined variable: last in /home/NyWDoG/prog.php on line 25
PHP Notice:  Undefined variable: last in /home/NyWDoG/prog.php on line 25
PHP Notice:  Undefined variable: last in /home/NyWDoG/prog.php on line 25
PHP Notice:  Undefined variable: last in /home/NyWDoG/prog.php on line 25
PHP Notice:  Undefined variable: last in /home/NyWDoG/prog.php on line 25
PHP Notice:  Undefined variable: last in /home/NyWDoG/prog.php on line 25
PHP Notice:  Undefined variable: last in /home/NyWDoG/prog.php on line 25
PHP Notice:  Undefined variable: last in /home/NyWDoG/prog.php on line 25
PHP Notice:  Undefined variable: char in /home/NyWDoG/prog.php on line 25
PHP Notice:  Undefined variable: last in /home/NyWDoG/prog.php on line 25
PHP Notice:  Undefined variable: char in /home/NyWDoG/prog.php on line 25
PHP Notice:  Undefined variable: last in /home/NyWDoG/prog.php on line 25
PHP Notice:  Undefined variable: last in /home/NyWDoG/prog.php on line 25
PHP Notice:  Undefined variable: last in /home/NyWDoG/prog.php on line 25
PHP Notice:  Undefined variable: last in /home/NyWDoG/prog.php on line 25
PHP Notice:  Undefined variable: last in /home/NyWDoG/prog.php on line 25
PHP Notice:  Undefined variable: last in /home/NyWDoG/prog.php on line 25
PHP Notice:  Undefined variable: char in /home/NyWDoG/prog.php on line 25
PHP Notice:  Undefined variable: last in /home/NyWDoG/prog.php on line 25
PHP Notice:  Undefined variable: char in /home/NyWDoG/prog.php on line 25
PHP Notice:  Undefined variable: last in /home/NyWDoG/prog.php on line 25
PHP Notice:  Undefined variable: char in /home/NyWDoG/prog.php on line 25
PHP Notice:  Undefined variable: last in /home/NyWDoG/prog.php on line 25
PHP Notice:  Undefined variable: char in /home/NyWDoG/prog.php on line 25
PHP Notice:  Undefined variable: last in /home/NyWDoG/prog.php on line 25
PHP Notice:  Undefined variable: last in /home/NyWDoG/prog.php on line 25
PHP Notice:  Undefined variable: char in /home/NyWDoG/prog.php on line 25
PHP Notice:  Undefined variable: last in /home/NyWDoG/prog.php on line 25
PHP Notice:  Undefined variable: char in /home/NyWDoG/prog.php on line 25
PHP Notice:  Undefined variable: last in /home/NyWDoG/prog.php on line 25
PHP Notice:  Undefined variable: char in /home/NyWDoG/prog.php on line 25
PHP Notice:  Undefined variable: last in /home/NyWDoG/prog.php on line 25
PHP Notice:  Undefined variable: last in /home/NyWDoG/prog.php on line 25