Converting an integer to a string in PHP - Stack Overflow
Is there a way to convert an integer to a string in PHP? ... There are a number of ways to "convert" an integer to a string in PHP. The traditional CS way would be to cast the variable as a string...