mirror of
https://github.com/janunger/rheinwerk-video-training.git
synced 2024-11-22 15:13:42 +01:00
4 lines
60 B
PHP
4 lines
60 B
PHP
|
<?php
|
||
|
|
||
|
$liste = ['a', 'b', 'xy', 123, 1.23];
|
||
|
echo $liste[2];
|