-
1
Which function prints a string to the output?
-
2
Which function dumps a value with type info?
-
3
Which operator concatenates two strings?
-
4
Which superglobal holds POST form data?
-
5
Which function returns the length of a string?
-
6
Which function counts items in an array?
-
7
Which function checks if a variable is set?
-
8
Which function splits a string by a delimiter?
-
9
Which function joins array items into a string?
-
10
Which function pretty-prints an array for humans?