PHP 延迟绑定
摘要:1 class product{ 2 public static function create(){ 3 return new static(); 4 } 5 } 6 7 class food extends product{ 8 9 }10 11 var_d...
阅读全文
posted @ 2015-05-17 23:37
posted @ 2015-05-17 23:37