Home >Backend Development >PHP Tutorial > 疏失:类的对象不能被转换为字符串,如果在服务器端设置忽略

疏失:类的对象不能被转换为字符串,如果在服务器端设置忽略

WBOY
WBOYOriginal
2016-06-13 12:44:51824browse

出错:类的对象不能被转换为字符串,如果在服务器端设置忽略?
Catchable fatal error: Object of class  could not be converted to string in 
出错:类的对象不能被转换为字符串

据说造成这个原因是因为:php5 中是不能用 = 直接把对像赋值给变量的, = 和 =& 都是一样都是对像的reference而不是copy所以当对像关了, $a 所参考的值也没了


那怎么在服务器端设置一下,让php5能直接传递 = 变量,而不用转换库字符串?这样就不会有那个出错提示

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn