Documentation

StreamWrapperInterface

Table of Contents

Constants

MODE_APPEND_READWRITE  = 'a+b'
MODE_APPEND_WRITEONLY  = 'ab'
MODE_CREATE_READWRITE  = 'w+b'
MODE_CREATE_WRITEONLY  = 'wb'
MODE_OPEN_READONLY  = 'rb'
MODE_OPEN_READWRITE  = 'r+b'

Methods

stream_close()  : bool
stream_eof()  : bool
stream_read()  : string|false
stream_seek()  : int
stream_stat()  : array<string|int, mixed>
stream_tell()  : int|false
stream_write()  : int|false

Constants

Methods


        
On this page

Search results