Having this code: <?php declare(strict_types = 1); class Test2 { public function A() : string { return "Test"; } } $x = Test2::A();.
確定! 回上一頁