PHP Quiz

Answer 10 questions and see how you score!

1. Which function determines if garbage collection is enabled?

2. What is the output of: echo 5 . 3;

3. Which function returns true if value is callable?

4. What is the output of: echo 0 == "0";

5. Which function disables garbage collection?

6. Which function is used to clone an object?

7. Which function returns the current working directory?

8. Which function trims characters from both sides of a string?

9. Which function returns memory usage of the script?

10. Which superglobal contains form data sent via POST?