- класс
NetStream
(php\net\NetStream
) унаследован отStream
- пакет
std
- исходники
php/net/NetStream.php
Описание
http, ftp protocols
Class NetStream
->
read()
- {@inheritdoc}->
readFully()
->
readFullyWithCallback()
->
write()
- {@inheritdoc}->
eof()
- {@inheritdoc}->
seek()
- {@inheritdoc}->
getPosition()
- {@inheritdoc}->
close()
- {@inheritdoc}->
getUrl()
->
setProxy()
->
getProxy()
->
getUrlConnection()
- См. также в родительском классе Stream
read(mixed $length): void
{@inheritdoc}
readFully(int $bufferSize): mixed|void
readFullyWithCallback(int $bufferSize, callable $callback): void
write(mixed $value, mixed $length): void
{@inheritdoc}
eof(): void
{@inheritdoc}
seek(mixed $position): void
{@inheritdoc}
getPosition(): void
{@inheritdoc}
close(): void
{@inheritdoc}
getUrl(): URL
setProxy(php\net\Proxy $proxy): void
getProxy(): Proxy
getUrlConnection(): URLConnection