Which is not true of the toString() in PHP?
toString()
It is automatically called when you use echo or print.
It allows you to call an object and see its components as a string.
It saves a lot of work of using getters methods to access the values of objects.
It saves a lot of work of using setters methods to access the values of objects.