Home  >  Article  >  Backend Development  >  将一个类赋值的有关问题

将一个类赋值的有关问题

WBOY
WBOYOriginal
2016-06-13 11:21:301166browse

将一个类赋值的问题
定义了一个类

<br />class myclass<br />{<br />   function test()<br />      echo "good";<br />}<br />$test1="myclass";<br />$test2=new myclass();<br />


都是把类赋值给变量,那这两种赋值方法有什么差别?


------解决方案--------------------
你分別輸出那兩個變量就知道啦
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