Version 1.5
This commit is contained in:
parent
083eb365c5
commit
a66ed9797b
157 changed files with 29787 additions and 3531 deletions
6
test.php
Normal file
6
test.php
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
<?php
|
||||
$input = array(0,0,0,0,0,0,0,0,'tour(s) à plasma','tour(s) ion','canon(s) Orbital','drone(s)','station(s) de defense');
|
||||
print_r($input); print '<br />';
|
||||
array_splice($input, 0, 8);
|
||||
print_r($input);
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue