Jackalope\BinaryStreamWrapper::stream_close PHP Méthode

stream_close() public méthode

Close this stream if it was initialized
public stream_close ( )
    public function stream_close()
    {
        if ($this->stream) {
            fclose($this->stream);
        }
    }