Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
Класс Stream
+ Граф наследования:Stream:

Открытые члены

 __construct ($stream, $mode='r')
 
 __toString ()
 
 close ()
 
 detach ()
 
 getSize ()
 
 tell ()
 
 eof ()
 
 isSeekable ()
 
 seek (int $offset, int $whence=SEEK_SET)
 
 rewind ()
 
 isWritable ()
 
 write (string $string)
 
 isReadable ()
 
 read (int $length)
 
 getContents ()
 
 getMetadata (?string $key=null)
 
 copyTo ($stream)
 

Защищенные данные

 $resource
 

Подробное описание

См. определение в файле stream.php строка 8

Конструктор(ы)

◆ __construct()

__construct ( $stream,
$mode = 'r' )
Аргументы
string  |  resource  |  Stream$stream
string$mode
Исключения
ArgumentException

Переопределяется в DechunkStream и InflateStream.

См. определение в файле stream.php строка 20

Методы

◆ __toString()

__toString ( )

См. определение в файле stream.php строка 43

◆ close()

close ( )

См. определение в файле stream.php строка 64

◆ copyTo()

copyTo ( $stream)

См. определение в файле stream.php строка 279

◆ detach()

detach ( )

См. определение в файле stream.php строка 76

◆ eof()

eof ( )

См. определение в файле stream.php строка 118

◆ getContents()

getContents ( )

См. определение в файле stream.php строка 247

◆ getMetadata()

getMetadata ( ?string $key = null)

См. определение в файле stream.php строка 267

◆ getSize()

getSize ( )

См. определение в файле stream.php строка 86

◆ isReadable()

isReadable ( )

См. определение в файле stream.php строка 207

◆ isSeekable()

isSeekable ( )

См. определение в файле stream.php строка 130

◆ isWritable()

isWritable ( )

См. определение в файле stream.php строка 174

◆ read()

read ( int $length)

Переопределяется в Stream.

См. определение в файле stream.php строка 222

◆ rewind()

rewind ( )

См. определение в файле stream.php строка 166

◆ seek()

seek ( int $offset,
int $whence = SEEK_SET )

См. определение в файле stream.php строка 143

◆ tell()

tell ( )

См. определение в файле stream.php строка 99

◆ write()

write ( string $string)

Переопределяется в Stream.

См. определение в файле stream.php строка 187

Данные класса

◆ $resource

$resource
protected

См. определение в файле stream.php строка 13