This flashcard is just one of a free flashcard set. See all flashcards!
5
Arrays
$tag[1]="Montag";
ODER
$tag = array("Montag", "Dienstag", "Mittwoch");
$tag[]="Donnerstag"; // nächstes freies Feld
ODER
$tag = array("Montag", "Dienstag", "Mittwoch");
$tag[]="Donnerstag"; // nächstes freies Feld
Flashcard info:
Author: learner94
Main topic: Webprogrammierung
Topic: webprogrammierung
Published: 26.08.2017