mirror of
https://github.com/janunger/rheinwerk-video-training.git
synced 2026-02-05 22:55:14 +01:00
Initiale Version
This commit is contained in:
11
Kapitel_3/Lektion_2/4_sichtbarkeit.php
Normal file
11
Kapitel_3/Lektion_2/4_sichtbarkeit.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
$a = 1;
|
||||
|
||||
function sageHallo($wert)
|
||||
{
|
||||
var_dump($a);
|
||||
var_dump($wert);
|
||||
}
|
||||
|
||||
sageHallo($a);
|
||||
Reference in New Issue
Block a user