Documentation

StreamWrapperInterface

Table of Contents

Constants

MODE_APPEND_READWRITE  : mixed = 'a+b'
MODE_APPEND_WRITEONLY  : mixed = 'ab'
MODE_CREATE_READWRITE  : mixed = 'w+b'
MODE_CREATE_WRITEONLY  : mixed = 'wb'
MODE_OPEN_READONLY  : mixed = 'rb'
MODE_OPEN_READWRITE  : mixed = '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