时间:2021-07-01 10:21:17 帮助过:32人阅读
class myclass{ function test() echo "good";}$test1="myclass";$test2=new myclass();
你分??出那???量就知道啦
$test1只是字符串
$test2是类的实例,是个对象
对两者gettype()可以看出区别
showConstant();echo $class::constant."\n"; // PHP 5.3.0之后?>
复习一下“变量的变量”