Salut je veux un tableau qui retourne un tableau est ce possible je fais ca
mais ca ne marche pas
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7 function test(){ $a[0] =1; $a[1] = 2 $a[2] = 3; return $a }
Salut je veux un tableau qui retourne un tableau est ce possible je fais ca
mais ca ne marche pas
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7 function test(){ $a[0] =1; $a[1] = 2 $a[2] = 3; return $a }
Partager