nspl\ds\Collection::valid PHP 메소드

valid() 공개 메소드

(PHP 5 >= 5.0.0)
Checks if current position is valid
public valid ( ) : boolean
리턴 boolean The return value will be casted to boolean and then evaluated. Returns true on success or false on failure.
    public function valid()
    {
        return $this->valid;
    }