<?php interface SomeInterface { public function method(); } class SomeClass { private $array; public function test() { if ($this->array[0] instanceof ...
確定! 回上一頁