Question: Which is not true of the `toString()` in PHP?
- It saves a lot of work of using setters methods to access the values of objects.
- It saves a lot of work of using getters methods to access the values of objects.
- It allows you to call an object and see its components as a string.
- It is automatically called when you use echo or print.
Answer: The correct answer of the above question is Option C:It allows you to call an object and see its components as a string.