摘要: <?php class test{ protected $testOne = 1; protected $testTwo = 'string';} $test = new test; var_dump($test); /***ReflectionClass::getDefaultProperties 阅读全文
posted @ 2017-12-01 10:34 神龙诀 阅读(356) 评论(0) 推荐(0) 编辑