mageekguy\atoum\mock\streams\fs\controller::url_stat PHP 메소드

url_stat() 공개 메소드

public url_stat ( $path, $flags )
    public function url_stat($path, $flags)
    {
        if ($this->nextCallIsOverloaded(__FUNCTION__) === true) {
            return $this->invoke(__FUNCTION__, func_get_args());
        } else {
            $this->addCall(__FUNCTION__, func_get_args());
            return $this->getStat();
        }
    }