BUT2/PHP/Ex21.php

6 lines
78 B
PHP
Raw Permalink Normal View History

2023-10-12 16:39:49 +02:00
<?php
$tableau = [];
for (int i=0; i<10; i++){
$tableau = [i];
}
?>