toString in PHP
Just as you can define a toString() method in programming languages such as Java and C#, you can have __toString() magic methods for PHP classes too.
By phpcamp.net, published on February 21, 2012
Just as you can define a toString() method in programming languages such as Java and C#, you can have __toString() magic methods for PHP classes too.