nspl\ds\Set::key PHP 메소드

key() 공개 메소드

(PHP 5 >= 5.0.0)
Return the key of the current element
public key ( ) : mixed
리턴 mixed scalar on success, or null on failure.
    public function key()
    {
        throw new \BadMethodCallException('Set does not have keys');
    }