Jackalope\BinaryStreamWrapper::stream_stat PHP Method

stream_stat() public method

Make sure the stream is ready and get information about the stream.
public stream_stat ( ) : array
return array
    public function stream_stat()
    {
        $this->init_stream();
        return fstat($this->stream);
    }