MiscStream

php\io\MiscStream

extends: php\io\Stream

Children


Methods


read($length)

throws php\io\IOException

Параметры:
  • $lengthint - - count of bytes
Результат:

mixed

readFully()

throws php\io\IOException

Результат:mixed
write($value, $length = null)

throws php\io\IOException

Параметры:
  • $valuestring
  • $lengthnull, int
Результат:

int

eof()
Результат:bool
seek($position)

throws php\io\IOException

Параметры:
  • $positionint
Результат:

mixed

getPosition()

throws php\io\IOException

Результат:int
close()
Результат:mixed
length()
Результат:int
flush()

throws php\io\IOException