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

将一个类赋值的有关问题

WBOY
Release: 2016-06-13 11:21:30
Original
1174 people have browsed it

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

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


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


------解决方案--------------------
你分別輸出那兩個變量就知道啦
Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template