Some questions use radios, some use a text field. Matching on text ignores case. Green and red appear after Check.
70%
7 / 10 correct
Retake test1
Which function prints a string to the output?
Correct
2
Which function dumps a value with type info?
Correct
3
Which operator concatenates two strings?
Wrong · expected .
4
Which superglobal holds POST form data?
Correct
5
Which function returns the length of a string?
Correct
6
Which function counts items in an array?
Correct
7
Which function checks if a variable is set?
Wrong · expected isset
8
Which function splits a string by a delimiter?
Correct
9
Which function joins array items into a string?
Correct
10
Which function pretty-prints an array for humans?
Wrong · expected print_r