new tasks
This commit is contained in:
parent
2a4d27cea0
commit
80737d5a6a
1194 changed files with 15353 additions and 1 deletions
34
Task/Arrays/PHP/arrays-6.php
Normal file
34
Task/Arrays/PHP/arrays-6.php
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
Array(
|
||||
0 => array(
|
||||
0 => 0
|
||||
1 => 0
|
||||
2 => 0
|
||||
3 => 0
|
||||
4 => 0
|
||||
5 => 0
|
||||
)
|
||||
1 => array(
|
||||
0 => 1
|
||||
1 => 1
|
||||
2 => 1
|
||||
3 => 1
|
||||
4 => 1
|
||||
5 => 1
|
||||
)
|
||||
2 => array(
|
||||
0 => 2
|
||||
1 => 2
|
||||
2 => 2
|
||||
3 => 2
|
||||
4 => 2
|
||||
5 => 2
|
||||
)
|
||||
3 => array(
|
||||
0 => 3
|
||||
1 => 3
|
||||
2 => 3
|
||||
3 => 3
|
||||
4 => 3
|
||||
5 => 3
|
||||
)
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue