Erstellen $books = , , , ]; Nutzen $wishedAuthor = "Andy Weir"; $filtered = array_filter($books, fn($book) => $book === $wishedAuthor);
Read More
Ein associative Array erstellen // Erstellt das Array mit Büchern in Variable $books -> Array wird mit $books = // Buch 1 Als Array - Werte getrennt durch , ,…
Read More