mirror of
https://github.com/janunger/rheinwerk-video-training.git
synced 2026-02-06 07:05:14 +01:00
Initiale Version
This commit is contained in:
4
Kapitel_2/Lektion_10/2_zugriff_auf_elemente.php
Normal file
4
Kapitel_2/Lektion_10/2_zugriff_auf_elemente.php
Normal file
@@ -0,0 +1,4 @@
|
||||
<?php
|
||||
|
||||
$liste = ['a', 'b', 'xy', 123, 1.23];
|
||||
echo $liste[2];
|
||||
Reference in New Issue
Block a user