Ajout classes PHP

This commit is contained in:
unknown
2020-12-04 01:22:13 +01:00
parent 86506b11de
commit 293402a191
5 changed files with 54 additions and 0 deletions

9
php/MeteoVille.php Normal file
View File

@@ -0,0 +1,9 @@
<?php
class MeteoVille
{
private int $id;
private int $temperature;
private int $vent;
}