class A { public static function getSelf(){ return new self(); } public static function getStatic(){ return new static(); } } class B extends A {} echo ...
確定! 回上一頁