關於輸出類的對象數據

看下面的例子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
相關文章
相關標籤/搜索