PhpLab

PHP functions

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 test
  1. 1

    Which function prints a string to the output?

    Correct

  2. 2

    Which function dumps a value with type info?

    Correct

  3. 3

    Which operator concatenates two strings?

    Wrong · expected .

  4. 4

    Which superglobal holds POST form data?

    Correct

  5. 5

    Which function returns the length of a string?

    Correct

  6. 6

    Which function counts items in an array?

    Correct

  7. 7

    Which function checks if a variable is set?

    Wrong · expected isset

  8. 8

    Which function splits a string by a delimiter?

    Correct

  9. 9

    Which function joins array items into a string?

    Correct

  10. 10

    Which function pretty-prints an array for humans?

    Wrong · expected print_r

Retake test