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:
6
Kapitel_3/Lektion_3/1_substr.php
Normal file
6
Kapitel_3/Lektion_3/1_substr.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
|
||||
$einText = 'PHP 7 und MySQL';
|
||||
$ergebnis = substr($einText, 6, 3);
|
||||
|
||||
var_dump($ergebnis);
|
||||
Reference in New Issue
Block a user