TestFileSystemStream::stream_close PHP 메소드

stream_close() 공개 메소드

Closes a file.
public stream_close ( ) : boolean
리턴 boolean
    public function stream_close()
    {
        $this->path = '';
        return true;
    }