关于输出类的对象数据

看下面的例子php <?php class Test { var $test = 'test'; static $test2 = 'test2'; private $test3 = 'test3'; public $test4 = 'test4'; protected $test5 = 'test5'; const MY = 'my'; } $oTest = new Test(); p
相关文章
相关标签/搜索