标签: php mysql
如何将PHP变量的值转换为字符串?
我一直在寻找比用空字符串连接更好的东西:
$myText = $myVar . '';
与Java或.NET中的ToString()方法类似。