Informatik II (INF1120)-Info2-

This commit is contained in:
2019-06-30 18:36:50 +02:00
parent ab917069b0
commit 69835c5026

View File

@@ -42,7 +42,8 @@ function maskWord($word) {
function getAllWords() { function getAllWords() {
$str = file_get_contents("words-array.php"); $str = file_get_contents("words-array.php");
echo "lalala " . $str; echo "lalala " . $str;
$parsed = json_decode($str, true);
echo "lala2: " . $parsed;
} }