All objects created by the same anonymous class declaration are instances of that very class. <?php function anonymous_class() { return new class {}; }
確定! 回上一頁