PhpLab

PHP functions

Some questions use radios, some use a text field. Matching on text ignores case. Green and red appear after Check.

  1. 1

    Which function prints a string to the output?

  2. 2

    Which function dumps a value with type info?

  3. 3

    Which operator concatenates two strings?

  4. 4

    Which superglobal holds POST form data?

  5. 5

    Which function returns the length of a string?

  6. 6

    Which function counts items in an array?

  7. 7

    Which function checks if a variable is set?

  8. 8

    Which function splits a string by a delimiter?

  9. 9

    Which function joins array items into a string?

  10. 10

    Which function pretty-prints an array for humans?