Serializer
1
Handled
1.61 ms
Total time
default 1
serialize 1
| Data | Context | Normalizer | Encoder | Time | Caller |
|---|---|---|---|---|---|
|
array
Show contents
[ "cardSet" => [ "id" => 2 "title" => "PHP Funkionen" "description" => "Fragenimport am 2026-03-12" "dueToday" => 55 ] "cards" => [ [ "id" => 5 "question" => "Was ist das Hauptziel von PHP-Funktionen?" "description" => "Diese Frage zielt darauf ab, das Verständnis für die Funktionalität von PHP-Funktionen zu überprüfen." "active" => false "public" => false "type" => "single_choice" "choiceType" => "single" "expectedAnswer" => null "rubric" => null "keywords" => null "explanation" => null "tags" => [] "progress" => [ "repetitions" => 1 "intervalDays" => 1 "easeFactor" => 2.5 "dueAt" => "2026-03-13T23:24:48+00:00" "dueInDays" => 1 "lastReviewedAt" => "2026-03-12T23:24:48+00:00" ] "answers" => [ [ "id" => 11 "text" => "Um das Programmieren schwieriger zu machen" "isCorrect" => false "position" => 1 ] [ "id" => 12 "text" => "Um Programmierern Zeit und Mühe zu sparen" "isCorrect" => true "position" => 2 ] [ "id" => 13 "text" => "Um neue Programmiersprachen zu entwickeln" "isCorrect" => false "position" => 3 ] [ "id" => 14 "text" => "Um die Anzahl der Programmierer zu reduzieren" "isCorrect" => false "position" => 4 ] ] ] [ "id" => 6 "question" => "Welche der folgenden Aufgaben können PHP-Funktionen erleichtern? (Wählen Sie 2-3 aus)" "description" => "Hier wird geprüft, ob die Leser die Anwendungsbereiche von PHP-Funktionen kennen." "active" => false "public" => false "type" => "multiple_choice" "choiceType" => "multiple" "expectedAnswer" => null "rubric" => null "keywords" => null "explanation" => null "tags" => [] "progress" => [ "repetitions" => 1 "intervalDays" => 1 "easeFactor" => 2.5 "dueAt" => "2026-03-13T23:25:14+00:00" "dueInDays" => 1 "lastReviewedAt" => "2026-03-12T23:25:14+00:00" ] "answers" => [ [ "id" => 15 "text" => "Datenbank-Zugriff" "isCorrect" => true "position" => 1 ] [ "id" => 16 "text" => "Erstellen von neuen Programmiersprachen" "isCorrect" => false "position" => 2 ] [ "id" => 17 "text" => "Durchsuchen von Texten" "isCorrect" => true "position" => 3 ] [ "id" => 18 "text" => "Speichern von Daten" "isCorrect" => true "position" => 4 ] ] ] [ "id" => 7 "question" => "PHP bietet keine vorgefertigten Funktionen für häufige Programmieraufgaben." "description" => "Diese Frage prüft das Wissen über die Verfügbarkeit von PHP-Funktionen." "active" => false "public" => false "type" => "true_false" "choiceType" => "single" "expectedAnswer" => null "rubric" => null "keywords" => null "explanation" => null "tags" => [] "progress" => [ "repetitions" => 1 "intervalDays" => 1 "easeFactor" => 2.6 "dueAt" => "2026-03-13T23:25:23+00:00" "dueInDays" => 1 "lastReviewedAt" => "2026-03-12T23:25:23+00:00" ] "answers" => [ [ "id" => 19 "text" => "Wahr" "isCorrect" => false "position" => 1 ] [ "id" => 20 "text" => "Falsch" "isCorrect" => true "position" => 2 ] ] ] [ "id" => 8 "question" => "Wie werden Funktionen in PHP aufgerufen?" "description" => "Diese Frage zielt darauf ab, das Wissen über den Aufruf von Funktionen in PHP zu testen." "active" => false "public" => false "type" => "short_text" "choiceType" => "single" "expectedAnswer" => "Funktionen werden durch ihren Namen gefolgt von runden Klammern aufgerufen." "rubric" => null "keywords" => [ "PHP" "Funktionen" "Aufruf" "Syntax" ] "explanation" => null "tags" => [] "progress" => [ "repetitions" => 1 "intervalDays" => 1 "easeFactor" => 2.5 "dueAt" => "2026-03-13T23:25:33+00:00" "dueInDays" => 1 "lastReviewedAt" => "2026-03-12T23:25:33+00:00" ] "answers" => [] ] [ "id" => 9 "question" => "Wie wird eine Funktion in PHP aufgerufen?" "description" => "Wählen Sie die korrekte Methode zum Aufrufen einer Funktion." "active" => false "public" => false "type" => "single_choice" "choiceType" => "single" "expectedAnswer" => null "rubric" => null "keywords" => null "explanation" => null "tags" => [] "progress" => null "answers" => [ [ "id" => 21 "text" => "Mit ihrem Namen gefolgt von einem Semikolon" "isCorrect" => false "position" => 1 ] [ "id" => 22 "text" => "Mit ihrem Namen gefolgt von runden Klammern" "isCorrect" => true "position" => 2 ] [ "id" => 23 "text" => "Mit ihrem Namen gefolgt von geschweiften Klammern" "isCorrect" => false "position" => 3 ] [ "id" => 24 "text" => "Mit ihrem Namen gefolgt von eckigen Klammern" "isCorrect" => false "position" => 4 ] ] ] [ "id" => 10 "question" => "Welche der folgenden Aussagen sind korrekt bezüglich des Aufrufs von Funktionen in PHP?" "description" => "Wählen Sie alle zutreffenden Aussagen aus." "active" => false "public" => false "type" => "multiple_choice" "choiceType" => "multiple" "expectedAnswer" => null "rubric" => null "keywords" => null "explanation" => null "tags" => [] "progress" => null "answers" => [ [ "id" => 25 "text" => "Funktionen können mit beliebigen Namen aufgerufen werden" "isCorrect" => false "position" => 1 ] [ "id" => 26 "text" => "Ein Funktionsaufruf muss immer mit Klammern enden" "isCorrect" => true "position" => 2 ] [ "id" => 27 "text" => "Ein Funktionsaufruf kann ohne Semikolon enden" "isCorrect" => false "position" => 3 ] [ "id" => 28 "text" => "Funktionen verbergen komplexe Vorgänge hinter einfachen Namen" "isCorrect" => true "position" => 4 ] ] ] [ "id" => 11 "question" => "Ein fehlerhafter Funktionsaufruf führt immer zu einer leeren Seite." "description" => "Bewerten Sie die Aussage als wahr oder falsch." "active" => false "public" => false "type" => "true_false" "choiceType" => "single" "expectedAnswer" => null "rubric" => null "keywords" => null "explanation" => null "tags" => [] "progress" => null "answers" => [ [ "id" => 29 "text" => "Wahr" "isCorrect" => false "position" => 1 ] [ "id" => 30 "text" => "Falsch" "isCorrect" => true "position" => 2 ] ] ] [ "id" => 12 "question" => "Was bedeutet die Fehlermeldung 'Call to undefined function'?" "description" => "Erklären Sie kurz, was diese Fehlermeldung bedeutet." "active" => false "public" => false "type" => "short_text" "choiceType" => "single" "expectedAnswer" => "Die Fehlermeldung bedeutet, dass versucht wurde, eine Funktion aufzurufen, die nicht definiert oder nicht existent ist." "rubric" => null "keywords" => [ "Fehlermeldung" "undefined" "Funktion" ] "explanation" => null "tags" => [] "progress" => null "answers" => [] ] [ "id" => 13 "question" => "Was passiert, wenn Sie eine nicht existierende Funktion aufrufen?" "description" => "Wählen Sie die richtige Antwort." "active" => false "public" => false "type" => "single_choice" "choiceType" => "single" "expectedAnswer" => null "rubric" => null "keywords" => null "explanation" => null "tags" => [] "progress" => null "answers" => [ [ "id" => 31 "text" => "Es wird eine leere Seite angezeigt" "isCorrect" => false "position" => 1 ] [ "id" => 32 "text" => "Es wird eine Fehlermeldung angezeigt" "isCorrect" => true "position" => 2 ] [ "id" => 33 "text" => "Das Skript wird ohne Fehler fortgesetzt" "isCorrect" => false "position" => 3 ] [ "id" => 34 "text" => "Es wird eine Warnung, aber kein Fehler angezeigt" "isCorrect" => false "position" => 4 ] ] ] [ "id" => 14 "question" => "Welche Informationen können Sie aus der Ausgabe von phpinfo() entnehmen?" "description" => "Wählen Sie alle zutreffenden Informationen aus." "active" => false "public" => false "type" => "multiple_choice" "choiceType" => "multiple" "expectedAnswer" => null "rubric" => null "keywords" => null "explanation" => null "tags" => [] "progress" => null "answers" => [ [ "id" => 35 "text" => "Webserver-Informationen" "isCorrect" => true "position" => 1 ] [ "id" => 36 "text" => "Betriebssystem-Informationen" "isCorrect" => true "position" => 2 ] [ "id" => 37 "text" => "Die Anzahl der Funktionen in PHP" "isCorrect" => false "position" => 3 ] [ "id" => 38 "text" => "Aktive PHP-Erweiterungen" "isCorrect" => true "position" => 4 ] ] ] [ "id" => 15 "question" => "Wie können Sie die Fehlerausgabe in PHP aktivieren?" "description" => "Nennen Sie eine Methode zur Aktivierung der Fehlerausgabe." "active" => false "public" => false "type" => "short_text" "choiceType" => "single" "expectedAnswer" => "Die Fehlerausgabe kann aktiviert werden, indem die php.ini konfiguriert wird, um Fehler anzuzeigen." "rubric" => null "keywords" => [ "Fehlerausgabe" "php.ini" "Konfiguration" ] "explanation" => null "tags" => [] "progress" => null "answers" => [] ] [ "id" => 16 "question" => "Was muss in der php.ini geändert werden, um die Fehlerausgabe zu aktivieren?" "description" => "Die Einstellung display_errors muss angepasst werden." "active" => false "public" => false "type" => "single_choice" "choiceType" => "single" "expectedAnswer" => null "rubric" => null "keywords" => null "explanation" => null "tags" => [] "progress" => null "answers" => [ [ "id" => 39 "text" => "display_errors=On" "isCorrect" => true "position" => 1 ] [ "id" => 40 "text" => "display_errors=Off" "isCorrect" => false "position" => 2 ] [ "id" => 41 "text" => "error_reporting=Off" "isCorrect" => false "position" => 3 ] [ "id" => 42 "text" => "display_startup_errors=On" "isCorrect" => false "position" => 4 ] ] ] [ "id" => 17 "question" => "Welche Einstellungen sollten in der php.ini überprüft werden?" "description" => "Es gibt mehrere wichtige Einstellungen, die für die Fehlerausgabe relevant sind." "active" => false "public" => false "type" => "multiple_choice" "choiceType" => "multiple" "expectedAnswer" => null "rubric" => null "keywords" => null "explanation" => null "tags" => [] "progress" => null "answers" => [ [ "id" => 43 "text" => "display_errors" "isCorrect" => true "position" => 1 ] [ "id" => 44 "text" => "error_reporting" "isCorrect" => true "position" => 2 ] [ "id" => 45 "text" => "display_startup_errors" "isCorrect" => false "position" => 3 ] [ "id" => 46 "text" => "memory_limit" "isCorrect" => false "position" => 4 ] ] ] [ "id" => 18 "question" => "Die Funktion phpinfo() benötigt Parameter, um zu funktionieren." "description" => "Überprüfen Sie die Richtigkeit dieser Aussage." "active" => false "public" => false "type" => "true_false" "choiceType" => "single" "expectedAnswer" => null "rubric" => null "keywords" => null "explanation" => null "tags" => [] "progress" => null "answers" => [ [ "id" => 47 "text" => "Wahr" "isCorrect" => false "position" => 1 ] [ "id" => 48 "text" => "Falsch" "isCorrect" => true "position" => 2 ] ] ] [ "id" => 19 "question" => "Wie können Parameter an eine Funktion in PHP übergeben werden?" "description" => "Erklären Sie kurz, wie Parameter bei Funktionsaufrufen verwendet werden." "active" => false "public" => false "type" => "short_text" "choiceType" => "single" "expectedAnswer" => "Parameter werden in runden Klammern beim Funktionsaufruf angegeben." "rubric" => null "keywords" => [ "Parameter" "Funktionsaufruf" "PHP" ] "explanation" => null "tags" => [] "progress" => null "answers" => [] ] [ "id" => 20 "question" => "Was passiert, wenn die Zeile display_errors in der php.ini mit einem Semikolon beginnt?" "description" => "Überlegen Sie, welche Auswirkungen dies auf die Fehlerausgabe hat." "active" => false "public" => false "type" => "single_choice" "choiceType" => "single" "expectedAnswer" => null "rubric" => null "keywords" => null "explanation" => null "tags" => [] "progress" => null "answers" => [ [ "id" => 49 "text" => "Die Einstellung ist aktiv." "isCorrect" => false "position" => 1 ] [ "id" => 50 "text" => "Die Einstellung ist inaktiv." "isCorrect" => true "position" => 2 ] [ "id" => 51 "text" => "Es gibt keine Auswirkungen." "isCorrect" => false "position" => 3 ] [ "id" => 52 "text" => "Die Fehlerausgabe wird immer angezeigt." "isCorrect" => false "position" => 4 ] ] ] [ "id" => 21 "question" => "Welche der folgenden Funktionen benötigen Parameter?" "description" => "Identifizieren Sie Funktionen, die zusätzliche Daten benötigen." "active" => false "public" => false "type" => "multiple_choice" "choiceType" => "multiple" "expectedAnswer" => null "rubric" => null "keywords" => null "explanation" => null "tags" => [] "progress" => null "answers" => [ [ "id" => 53 "text" => "var_dump()" "isCorrect" => true "position" => 1 ] [ "id" => 54 "text" => "phpinfo()" "isCorrect" => false "position" => 2 ] [ "id" => 55 "text" => "strtoupper()" "isCorrect" => true "position" => 3 ] [ "id" => 56 "text" => "print_r()" "isCorrect" => false "position" => 4 ] ] ] [ "id" => 22 "question" => "Ein Neustart des Webservers ist notwendig, um Änderungen in der php.ini zu aktivieren." "description" => "Überprüfen Sie die Richtigkeit dieser Aussage." "active" => false "public" => false "type" => "true_false" "choiceType" => "single" "expectedAnswer" => null "rubric" => null "keywords" => null "explanation" => null "tags" => [] "progress" => null "answers" => [ [ "id" => 57 "text" => "Wahr" "isCorrect" => true "position" => 1 ] [ "id" => 58 "text" => "Falsch" "isCorrect" => false "position" => 2 ] ] ] [ "id" => 23 "question" => "Was zeigt die Funktion var_dump() an?" "description" => "Erklären Sie kurz, was var_dump() macht." "active" => false "public" => false "type" => "short_text" "choiceType" => "single" "expectedAnswer" => "var_dump() zeigt den Inhalt und den Datentyp einer Variablen an." "rubric" => null "keywords" => [ "var_dump" "Inhalt" "Datentyp" ] "explanation" => null "tags" => [] "progress" => null "answers" => [] ] [ "id" => 24 "question" => "Was gibt die Funktion var_dump() aus?" "description" => "Diese Funktion analysiert den Inhalt einer Variablen." "active" => false "public" => false "type" => "single_choice" "choiceType" => "single" "expectedAnswer" => null "rubric" => null "keywords" => null "explanation" => null "tags" => [] "progress" => null "answers" => [ [ "id" => 59 "text" => "Den Typ und den Wert einer Variablen" "isCorrect" => true "position" => 1 ] [ "id" => 60 "text" => "Nur den Wert einer Variablen" "isCorrect" => false "position" => 2 ] [ "id" => 61 "text" => "Nur den Typ einer Variablen" "isCorrect" => false "position" => 3 ] [ "id" => 62 "text" => "Nichts" "isCorrect" => false "position" => 4 ] ] ] [ "id" => 25 "question" => "Welche der folgenden Funktionen geben einen Rückgabewert zurück?" "description" => "Wählen Sie alle Funktionen aus, die einen Rückgabewert liefern." "active" => false "public" => false "type" => "multiple_choice" "choiceType" => "multiple" "expectedAnswer" => null "rubric" => null "keywords" => null "explanation" => null "tags" => [] "progress" => null "answers" => [ [ "id" => 63 "text" => "strtolower()" "isCorrect" => true "position" => 1 ] [ "id" => 64 "text" => "var_dump()" "isCorrect" => false "position" => 2 ] [ "id" => 65 "text" => "strlen()" "isCorrect" => true "position" => 3 ] [ "id" => 66 "text" => "echo()" "isCorrect" => false "position" => 4 ] ] ] [ "id" => 26 "question" => "Die Funktion strtolower() gibt ihren Rückgabewert direkt im Browser aus." "description" => "Überlegen Sie, ob diese Aussage wahr oder falsch ist." "active" => false "public" => false "type" => "true_false" "choiceType" => "single" "expectedAnswer" => null "rubric" => null "keywords" => null "explanation" => null "tags" => [] "progress" => null "answers" => [ [ "id" => 67 "text" => "Wahr" "isCorrect" => false "position" => 1 ] [ "id" => 68 "text" => "Falsch" "isCorrect" => true "position" => 2 ] ] ] [ "id" => 27 "question" => "Wie kann man den Rückgabewert der Funktion strtolower() anzeigen?" "description" => "Erklären Sie in 1-2 Sätzen, wie man den Rückgabewert ausgibt." "active" => false "public" => false "type" => "short_text" "choiceType" => "single" "expectedAnswer" => "Um den Rückgabewert von strtolower() anzuzeigen, muss man ihn mit echo ausgeben, z.B. echo strtolower('Text');." "rubric" => null "keywords" => [ "strtolower" "Rückgabewert" "echo" "Ausgabe" ] "explanation" => null "tags" => [] "progress" => null "answers" => [] ] [ "id" => 28 "question" => "Was gibt die Funktion strtolower() zurück?" "description" => "Die Funktion wandelt einen String in Kleinbuchstaben um." "active" => false "public" => false "type" => "single_choice" "choiceType" => "single" "expectedAnswer" => null "rubric" => null "keywords" => null "explanation" => null "tags" => [] "progress" => null "answers" => [ [ "id" => 69 "text" => "Den String in Großbuchstaben" "isCorrect" => false "position" => 1 ] [ "id" => 70 "text" => "Den String in Kleinbuchstaben" "isCorrect" => true "position" => 2 ] [ "id" => 71 "text" => "Die Länge des Strings" "isCorrect" => false "position" => 3 ] [ "id" => 72 "text" => "Nichts" "isCorrect" => false "position" => 4 ] ] ] [ "id" => 29 "question" => "Welche der folgenden Aussagen sind korrekt bezüglich der Verwendung von Variablen mit Rückgabewerten?" "description" => "Wählen Sie alle zutreffenden Aussagen aus." "active" => false "public" => false "type" => "multiple_choice" "choiceType" => "multiple" "expectedAnswer" => null "rubric" => null "keywords" => null "explanation" => null "tags" => [] "progress" => null "answers" => [ [ "id" => 73 "text" => "Rückgabewerte können in Variablen gespeichert werden." "isCorrect" => true "position" => 1 ] [ "id" => 74 "text" => "Rückgabewerte können nicht weiterverarbeitet werden." "isCorrect" => false "position" => 2 ] [ "id" => 75 "text" => "Rückgabewerte können direkt ausgegeben werden." "isCorrect" => true "position" => 3 ] [ "id" => 76 "text" => "Rückgabewerte müssen immer in einer Funktion verwendet werden." "isCorrect" => false "position" => 4 ] ] ] [ "id" => 30 "question" => "Die Reihenfolge der Parameter in Funktionen ist unwichtig." "description" => "Überlegen Sie, ob diese Aussage korrekt ist." "active" => false "public" => false "type" => "true_false" "choiceType" => "single" "expectedAnswer" => null "rubric" => null "keywords" => null "explanation" => null "tags" => [] "progress" => null "answers" => [ [ "id" => 77 "text" => "Wahr" "isCorrect" => false "position" => 1 ] [ "id" => 78 "text" => "Falsch" "isCorrect" => true "position" => 2 ] ] ] [ "id" => 31 "question" => "Wie wird ein String auf dem Bildschirm ausgegeben?" "description" => "Erklären Sie kurz, wie Sie einen String in PHP ausgeben können." "active" => false "public" => false "type" => "short_text" "choiceType" => "single" "expectedAnswer" => "Ein String wird in PHP mit der Funktion echo ausgegeben." "rubric" => null "keywords" => [ "PHP" "String" "ausgeben" "echo" ] "explanation" => null "tags" => [] "progress" => null "answers" => [] ] [ "id" => 32 "question" => "Was ist der Zweck der Funktion strpos()?" "description" => "Diese Funktion sucht nach einem Zeichen in einem Text." "active" => false "public" => false "type" => "single_choice" "choiceType" => "single" "expectedAnswer" => null "rubric" => null "keywords" => null "explanation" => null "tags" => [] "progress" => null "answers" => [ [ "id" => 79 "text" => "Sie wandelt einen String in Kleinbuchstaben um." "isCorrect" => false "position" => 1 ] [ "id" => 80 "text" => "Sie zählt die Anzahl der Zeichen in einem String." "isCorrect" => false "position" => 2 ] [ "id" => 81 "text" => "Sie findet die Position eines Zeichens in einem Text." "isCorrect" => true "position" => 3 ] [ "id" => 82 "text" => "Sie gibt den Text in umgekehrter Reihenfolge aus." "isCorrect" => false "position" => 4 ] ] ] [ "id" => 33 "question" => "Welche der folgenden Punkte sind wichtig bei der Verwendung von Funktionen mit mehreren Parametern?" "description" => "Wählen Sie alle zutreffenden Punkte aus." "active" => false "public" => false "type" => "multiple_choice" "choiceType" => "multiple" "expectedAnswer" => null "rubric" => null "keywords" => null "explanation" => null "tags" => [] "progress" => null "answers" => [ [ "id" => 83 "text" => "Parameter müssen durch Kommas getrennt werden." "isCorrect" => true "position" => 1 ] [ "id" => 84 "text" => "Die Reihenfolge der Parameter ist wichtig." "isCorrect" => true "position" => 2 ] [ "id" => 85 "text" => "Es dürfen keine Leerzeichen zwischen den Parametern stehen." "isCorrect" => false "position" => 3 ] [ "id" => 86 "text" => "Parameter können beliebig viele Werte annehmen." "isCorrect" => false "position" => 4 ] ] ] [ "id" => 34 "question" => "Die Funktion echo kann nur für Rückgabewerte von Funktionen verwendet werden." "description" => "Überlegen Sie, ob diese Aussage korrekt ist." "active" => false "public" => false "type" => "true_false" "choiceType" => "single" "expectedAnswer" => null "rubric" => null "keywords" => null "explanation" => null "tags" => [] "progress" => null "answers" => [ [ "id" => 87 "text" => "Wahr" "isCorrect" => false "position" => 1 ] [ "id" => 88 "text" => "Falsch" "isCorrect" => true "position" => 2 ] ] ] [ "id" => 35 "question" => "Was passiert, wenn Sie die Funktion strtolower() ohne echo verwenden?" "description" => "Erklären Sie kurz, was in diesem Fall geschieht." "active" => false "public" => false "type" => "short_text" "choiceType" => "single" "expectedAnswer" => "Der umgewandelte String wird nicht angezeigt, sondern nur intern verarbeitet." "rubric" => null "keywords" => [ "strtolower" "PHP" "ausgeben" "echo" ] "explanation" => null "tags" => [] "progress" => null "answers" => [] ] [ "id" => 36 "question" => "Was ist der erste Parameter der Funktion strpos()?" "description" => "Die Funktion strpos() erwartet zwei Parameter. Wissen Sie, welcher der erste ist?" "active" => false "public" => false "type" => "single_choice" "choiceType" => "single" "expectedAnswer" => null "rubric" => null "keywords" => null "explanation" => null "tags" => [] "progress" => null "answers" => [ [ "id" => 89 "text" => "Das Suchzeichen" "isCorrect" => false "position" => 1 ] [ "id" => 90 "text" => "Der Text" "isCorrect" => true "position" => 2 ] [ "id" => 91 "text" => "Die Position" "isCorrect" => false "position" => 3 ] [ "id" => 92 "text" => "Der Rückgabewert" "isCorrect" => false "position" => 4 ] ] ] [ "id" => 37 "question" => "Welche der folgenden Aussagen sind korrekt bezüglich der Parameterreihenfolge in PHP-Funktionen?" "description" => "Überlegen Sie, welche Aussagen zur Parameterreihenfolge in PHP-Funktionen zutreffen." "active" => false "public" => false "type" => "multiple_choice" "choiceType" => "multiple" "expectedAnswer" => null "rubric" => null "keywords" => null "explanation" => null "tags" => [] "progress" => null "answers" => [ [ "id" => 93 "text" => "Die Reihenfolge der Parameter ist wichtig." "isCorrect" => true "position" => 1 ] [ "id" => 94 "text" => "Parameter können in beliebiger Reihenfolge angegeben werden." "isCorrect" => false "position" => 2 ] [ "id" => 95 "text" => "Ein Parameter kann weggelassen werden, wenn er optional ist." "isCorrect" => true "position" => 3 ] [ "id" => 96 "text" => "Die Anzahl der Parameter ist immer festgelegt." "isCorrect" => false "position" => 4 ] ] ] [ "id" => 38 "question" => "Die Funktion pow() ist in PHP 5.6 überflüssig geworden." "description" => "Bewerten Sie die Aussage über die Funktion pow()." "active" => false "public" => false "type" => "true_false" "choiceType" => "single" "expectedAnswer" => null "rubric" => null "keywords" => null "explanation" => null "tags" => [] "progress" => null "answers" => [ [ "id" => 97 "text" => "Wahr" "isCorrect" => false "position" => 1 ] [ "id" => 98 "text" => "Falsch" "isCorrect" => true "position" => 2 ] ] ] [ "id" => 39 "question" => "Wie kann man PHP-Funktionen nachschlagen?" "description" => "Nennen Sie eine Möglichkeit, um PHP-Funktionen zu finden." "active" => false "public" => false "type" => "short_text" "choiceType" => "single" "expectedAnswer" => "Man kann die offizielle PHP-Website php.net besuchen und dort die Funktionssuche nutzen." "rubric" => null "keywords" => [ "PHP" "Funktionen" "Nachschlagen" ] "explanation" => null "tags" => [] "progress" => null "answers" => [] ] [ "id" => 40 "question" => "Was zeigt die Suchbox auf http://php.net an, wenn ein unvollständiger Funktionsname eingegeben wird?" "description" => "Die Suchbox hilft bei der Suche nach PHP-Funktionen." "active" => false "public" => false "type" => "single_choice" "choiceType" => "single" "expectedAnswer" => null "rubric" => null "keywords" => null "explanation" => null "tags" => [] "progress" => null "answers" => [ [ "id" => 99 "text" => "Eine Fehlermeldung" "isCorrect" => false "position" => 1 ] [ "id" => 100 "text" => "Eine Vorschlagsliste mit ähnlichen Funktionen" "isCorrect" => true "position" => 2 ] [ "id" => 101 "text" => "Nichts" "isCorrect" => false "position" => 3 ] [ "id" => 102 "text" => "Die vollständige Funktionsbeschreibung" "isCorrect" => false "position" => 4 ] ] ] [ "id" => 41 "question" => "Welche Informationen erhält man, wenn man eine Funktion auf http://php.net sucht?" "description" => "Die Funktionssuche liefert spezifische Details." "active" => false "public" => false "type" => "multiple_choice" "choiceType" => "multiple" "expectedAnswer" => null "rubric" => null "keywords" => null "explanation" => null "tags" => [] "progress" => null "answers" => [ [ "id" => 103 "text" => "Die Beschreibung der Funktion" "isCorrect" => true "position" => 1 ] [ "id" => 104 "text" => "Die erwarteten Parameter" "isCorrect" => true "position" => 2 ] [ "id" => 105 "text" => "Die Rückgabewerte der Funktion" "isCorrect" => true "position" => 3 ] [ "id" => 106 "text" => "Die Anzahl der Aufrufe der Funktion" "isCorrect" => false "position" => 4 ] ] ] [ "id" => 42 "question" => "Die Beschreibung der Funktionen auf http://php.net ist immer in Englisch." "description" => "Überprüfen Sie die Sprachoptionen auf der Webseite." "active" => false "public" => false "type" => "true_false" "choiceType" => "single" "expectedAnswer" => null "rubric" => null "keywords" => null "explanation" => null "tags" => [] "progress" => null "answers" => [ [ "id" => 107 "text" => "Wahr" "isCorrect" => false "position" => 1 ] [ "id" => 108 "text" => "Falsch" "isCorrect" => true "position" => 2 ] ] ] [ "id" => 43 "question" => "Was ist die Funktion von var_dump() in PHP?" "description" => "Erklären Sie kurz, was var_dump() macht." "active" => false "public" => false "type" => "short_text" "choiceType" => "single" "expectedAnswer" => "Die Funktion var_dump() überprüft den Inhalt einer Variablen und gibt detaillierte Informationen darüber aus." "rubric" => null "keywords" => [ "var_dump" "PHP" "Variablen" "Inhalt" ] "explanation" => null "tags" => [] "progress" => null "answers" => [] ] [ "id" => 44 "question" => "Was gibt die Funktion var_dump() zurück?" "description" => "Überlegen Sie, was die Funktion var_dump() laut der Beschreibung zurückliefert." "active" => false "public" => false "type" => "single_choice" "choiceType" => "single" "expectedAnswer" => null "rubric" => null "keywords" => null "explanation" => null "tags" => [] "progress" => null "answers" => [ [ "id" => 109 "text" => "Ein String" "isCorrect" => false "position" => 1 ] [ "id" => 110 "text" => "Eine Ganzzahl" "isCorrect" => false "position" => 2 ] [ "id" => 111 "text" => "Nichts" "isCorrect" => true "position" => 3 ] [ "id" => 112 "text" => "Ein Array" "isCorrect" => false "position" => 4 ] ] ] [ "id" => 45 "question" => "Welche Aussagen über die Funktion strtolower() sind korrekt?" "description" => "Wählen Sie alle zutreffenden Aussagen über die Funktion strtolower()." "active" => false "public" => false "type" => "multiple_choice" "choiceType" => "multiple" "expectedAnswer" => null "rubric" => null "keywords" => null "explanation" => null "tags" => [] "progress" => null "answers" => [ [ "id" => 113 "text" => "Sie gibt einen String zurück." "isCorrect" => true "position" => 1 ] [ "id" => 114 "text" => "Sie erwartet einen Parameter vom Typ integer." "isCorrect" => false "position" => 2 ] [ "id" => 115 "text" => "Sie ist seit PHP4 verfügbar." "isCorrect" => true "position" => 3 ] [ "id" => 116 "text" => "Sie kann mehrere Parameter akzeptieren." "isCorrect" => false "position" => 4 ] ] ] [ "id" => 46 "question" => "Die Funktion var_dump() kann nur einen Parameter akzeptieren." "description" => "Bewerten Sie die Aussage über die Parameteranzahl von var_dump()." "active" => false "public" => false "type" => "true_false" "choiceType" => "single" "expectedAnswer" => null "rubric" => null "keywords" => null "explanation" => null "tags" => [] "progress" => null "answers" => [ [ "id" => 117 "text" => "Wahr" "isCorrect" => false "position" => 1 ] [ "id" => 118 "text" => "Falsch" "isCorrect" => true "position" => 2 ] ] ] [ "id" => 47 "question" => "Was beschreibt die Funktionsdefinition in PHP?" "description" => "Erläutern Sie kurz, was in der Funktionsdefinition zu finden ist." "active" => false "public" => false "type" => "short_text" "choiceType" => "single" "expectedAnswer" => "Die Funktionsdefinition beschreibt den Rückgabetyp, den Funktionsnamen und die erwarteten Parameter." "rubric" => null "keywords" => [ "Funktionsdefinition" "Rückgabetyp" "Parameter" ] "explanation" => null "tags" => [] "progress" => null "answers" => [] ] [ "id" => 48 "question" => "Welcher Datentyp wird von var_dump() akzeptiert?" "description" => "Überlegen Sie, welche Art von Datentypen var_dump() verarbeiten kann." "active" => false "public" => false "type" => "single_choice" "choiceType" => "single" "expectedAnswer" => null "rubric" => null "keywords" => null "explanation" => null "tags" => [] "progress" => null "answers" => [ [ "id" => 119 "text" => "Nur Strings" "isCorrect" => false "position" => 1 ] [ "id" => 120 "text" => "Nur Ganzzahlen" "isCorrect" => false "position" => 2 ] [ "id" => 121 "text" => "Beliebige Datentypen" "isCorrect" => true "position" => 3 ] [ "id" => 122 "text" => "Nur Arrays" "isCorrect" => false "position" => 4 ] ] ] [ "id" => 49 "question" => "Welche Informationen sind in der PHP-Dokumentation zu Funktionen zu finden?" "description" => "Wählen Sie alle zutreffenden Informationen, die in der PHP-Dokumentation zu finden sind." "active" => false "public" => false "type" => "multiple_choice" "choiceType" => "multiple" "expectedAnswer" => null "rubric" => null "keywords" => null "explanation" => null "tags" => [] "progress" => null "answers" => [ [ "id" => 123 "text" => "Der Funktionsname" "isCorrect" => true "position" => 1 ] [ "id" => 124 "text" => "Die Anzahl der Aufrufe" "isCorrect" => false "position" => 2 ] [ "id" => 125 "text" => "Die Beschreibung der Funktion" "isCorrect" => true "position" => 3 ] [ "id" => 126 "text" => "Die verwendeten Programmiersprachen" "isCorrect" => false "position" => 4 ] ] ] [ "id" => 50 "question" => "Die Beschreibung einer Funktion in der PHP-Dokumentation kann in verschiedenen Sprachen vorliegen." "description" => "Bewerten Sie die Aussage über die Sprache der Funktionsbeschreibungen." "active" => false "public" => false "type" => "true_false" "choiceType" => "single" "expectedAnswer" => null "rubric" => null "keywords" => null "explanation" => null "tags" => [] "progress" => null "answers" => [ [ "id" => 127 "text" => "Wahr" "isCorrect" => true "position" => 1 ] [ "id" => 128 "text" => "Falsch" "isCorrect" => false "position" => 2 ] ] ] [ "id" => 51 "question" => "Was bedeutet der Parameter 'mixed' in einer Funktionsdefinition?" "description" => "Erläutern Sie die Bedeutung des Parameters 'mixed'." "active" => false "public" => false "type" => "short_text" "choiceType" => "single" "expectedAnswer" => "Der Parameter 'mixed' bedeutet, dass verschiedene Datentypen übergeben werden können." "rubric" => null "keywords" => [ "mixed" "Parameter" "Datentypen" ] "explanation" => null "tags" => [] "progress" => null "answers" => [] ] [ "id" => 52 "question" => "Was gibt die Funktion strtolower() zurück?" "description" => "Die Funktion strtolower() wandelt einen String in Kleinbuchstaben um." "active" => false "public" => false "type" => "single_choice" "choiceType" => "single" "expectedAnswer" => null "rubric" => null "keywords" => null "explanation" => null "tags" => [] "progress" => null "answers" => [ [ "id" => 129 "text" => "Ein Integer" "isCorrect" => false "position" => 1 ] [ "id" => 130 "text" => "Ein Array" "isCorrect" => false "position" => 2 ] [ "id" => 131 "text" => "Ein String" "isCorrect" => true "position" => 3 ] [ "id" => 132 "text" => "Ein Boolean" "isCorrect" => false "position" => 4 ] ] ] [ "id" => 53 "question" => "Welche der folgenden Funktionen sind ähnlich wie strtolower()?" "description" => "Diese Funktionen haben ähnliche Aufgaben im Umgang mit Strings." "active" => false "public" => false "type" => "multiple_choice" "choiceType" => "multiple" "expectedAnswer" => null "rubric" => null "keywords" => null "explanation" => null "tags" => [] "progress" => null "answers" => [ [ "id" => 133 "text" => "strtoupper()" "isCorrect" => true "position" => 1 ] [ "id" => 134 "text" => "ucfirst()" "isCorrect" => true "position" => 2 ] [ "id" => 135 "text" => "str_replace()" "isCorrect" => false "position" => 3 ] [ "id" => 136 "text" => "substr()" "isCorrect" => false "position" => 4 ] ] ] [ "id" => 54 "question" => "Die Funktion strtolower() erwartet mehrere Parameter." "description" => "Überprüfen Sie die Anzahl der erwarteten Parameter." "active" => false "public" => false "type" => "true_false" "choiceType" => "single" "expectedAnswer" => null "rubric" => null "keywords" => null "explanation" => null "tags" => [] "progress" => null "answers" => [ [ "id" => 137 "text" => "Wahr" "isCorrect" => false "position" => 1 ] [ "id" => 138 "text" => "Falsch" "isCorrect" => true "position" => 2 ] ] ] [ "id" => 55 "question" => "Was bedeutet der Begriff 'mixed' in einer Funktionsbeschreibung?" "description" => "Erklären Sie kurz, was 'mixed' in Bezug auf Rückgabewerte bedeutet." "active" => false "public" => false "type" => "short_text" "choiceType" => "single" "expectedAnswer" => "Der Begriff 'mixed' bedeutet, dass die Funktion verschiedene Datentypen zurückgeben kann." "rubric" => null "keywords" => [ "mixed" "Rückgabewert" "Datentypen" ] "explanation" => null "tags" => [] "progress" => null "answers" => [] ] [ "id" => 56 "question" => "Wo können Sie Informationen über PHP-Funktionen finden?" "description" => "Die offizielle Dokumentation ist eine wichtige Ressource." "active" => false "public" => false "type" => "single_choice" "choiceType" => "single" "expectedAnswer" => null "rubric" => null "keywords" => null "explanation" => null "tags" => [] "progress" => null "answers" => [ [ "id" => 139 "text" => "http://php.net" "isCorrect" => true "position" => 1 ] [ "id" => 140 "text" => "http://phpfunctions.com" "isCorrect" => false "position" => 2 ] [ "id" => 141 "text" => "http://phpdocs.org" "isCorrect" => false "position" => 3 ] [ "id" => 142 "text" => "http://phpmanual.com" "isCorrect" => false "position" => 4 ] ] ] [ "id" => 57 "question" => "Welche Informationen finden Sie in der PHP-Dokumentation zu Funktionen?" "description" => "Die Dokumentation bietet verschiedene Details zu Funktionen." "active" => false "public" => false "type" => "multiple_choice" "choiceType" => "multiple" "expectedAnswer" => null "rubric" => null "keywords" => null "explanation" => null "tags" => [] "progress" => null "answers" => [ [ "id" => 143 "text" => "Parametererklärung" "isCorrect" => true "position" => 1 ] [ "id" => 144 "text" => "Rückgabewerte" "isCorrect" => true "position" => 2 ] [ "id" => 145 "text" => "Quellcode der Funktion" "isCorrect" => false "position" => 3 ] [ "id" => 146 "text" => "Beispiele zur Nutzung" "isCorrect" => true "position" => 4 ] ] ] [ "id" => 58 "question" => "Die Funktion strtolower() ist seit PHP 5 verfügbar." "description" => "Überprüfen Sie das Veröffentlichungsdatum der Funktion." "active" => false "public" => false "type" => "true_false" "choiceType" => "single" "expectedAnswer" => null "rubric" => null "keywords" => null "explanation" => null "tags" => [] "progress" => null "answers" => [ [ "id" => 147 "text" => "Wahr" "isCorrect" => false "position" => 1 ] [ "id" => 148 "text" => "Falsch" "isCorrect" => true "position" => 2 ] ] ] [ "id" => 59 "question" => "Was ist die Bedeutung der eckigen Klammern um einen Parameter in einer Funktionsbeschreibung?" "description" => "Erläutern Sie die Bedeutung der eckigen Klammern." "active" => false "public" => false "type" => "short_text" "choiceType" => "single" "expectedAnswer" => "Eckige Klammern zeigen an, dass der Parameter optional ist." "rubric" => null "keywords" => [ "eckige Klammern" "Parameter" "optional" ] "explanation" => null "tags" => [] "progress" => null "answers" => [] ] [ "id" => 60 "question" => "Was bedeutet der Begriff 'void' in einer Funktions-Beschreibung?" "description" => "Diese Frage bezieht sich auf die Bedeutung des Rückgabetyps 'void' in PHP." "active" => false "public" => false "type" => "single_choice" "choiceType" => "single" "expectedAnswer" => null "rubric" => null "keywords" => null "explanation" => null "tags" => [] "progress" => null "answers" => [ [ "id" => 149 "text" => "Die Funktion gibt einen Wert zurück." "isCorrect" => false "position" => 1 ] [ "id" => 150 "text" => "Die Funktion gibt keinen Wert zurück." "isCorrect" => true "position" => 2 ] [ "id" => 151 "text" => "Die Funktion gibt einen String zurück." "isCorrect" => false "position" => 3 ] [ "id" => 152 "text" => "Die Funktion gibt ein Array zurück." "isCorrect" => false "position" => 4 ] ] ] [ "id" => 61 "question" => "Welche der folgenden Funktionen haben optionale Parameter?" "description" => "Wählen Sie die Funktionen aus, die optionale Parameter haben." "active" => false "public" => false "type" => "multiple_choice" "choiceType" => "multiple" "expectedAnswer" => null "rubric" => null "keywords" => null "explanation" => null "tags" => [] "progress" => null "answers" => [ [ "id" => 153 "text" => "explode()" "isCorrect" => true "position" => 1 ] [ "id" => 154 "text" => "substr()" "isCorrect" => true "position" => 2 ] [ "id" => 155 "text" => "intval()" "isCorrect" => false "position" => 3 ] [ "id" => 156 "text" => "trim()" "isCorrect" => false "position" => 4 ] ] ] [ "id" => 62 "question" => "Die PHP-Dokumentation bietet keine Informationen zu den Rückgabewerten von Funktionen." "description" => "Beurteilen Sie die Richtigkeit dieser Aussage." "active" => false "public" => false "type" => "true_false" "choiceType" => "single" "expectedAnswer" => null "rubric" => null "keywords" => null "explanation" => null "tags" => [] "progress" => null "answers" => [ [ "id" => 157 "text" => "Wahr" "isCorrect" => false "position" => 1 ] [ "id" => 158 "text" => "Falsch" "isCorrect" => true "position" => 2 ] ] ] [ "id" => 63 "question" => "Was bedeutet der Begriff 'mixed' in einer Funktions-Beschreibung?" "description" => "Erklären Sie kurz, was 'mixed' in Bezug auf Rückgabewerte bedeutet." "active" => false "public" => false "type" => "short_text" "choiceType" => "single" "expectedAnswer" => "Der Begriff 'mixed' bedeutet, dass die Funktion einen Wert eines beliebigen Datentyps zurückgeben kann." "rubric" => null "keywords" => [ "mixed" "Rückgabewert" "Datentyp" ] "explanation" => null "tags" => [] "progress" => null "answers" => [] ] ] ] |
Format: json
Show context
[ "json_encode_options" => 15 ] |
JsonEncoder (0.16 ms) | 1.61 ms |
deserialize 0
Nothing was deserialized.
normalize 0
Nothing was normalized.
denormalize 0
Nothing was denormalized.
encode 0
Nothing was encoded.
decode 0
Nothing was decoded.