Follow along with the video below to see how to install our site as a web app on your home screen.
Anmerkung: This feature may not be available in some browsers.
$text = 'Hallo du da';
$l = strlen($text);
$text_array = array();
for($i = 0; $i < $l; $i++) {
$text_array[] = $text{$i};
}