Type Casting String by Concatenation Performance Test in PHP
The purpose of this test is to see if casting an object to a string by concatenating it was actually slower than using normal type casting. Here is my source:
The purpose of this test is to see if casting an object to a string by concatenating it was actually slower than using normal type casting. Here is my source: