Свойство | Type | Description | |
---|---|---|---|
eof | bool | ||
socket |
Méthode | Description | |
---|---|---|
GetValid ( |
||
SetParameter ( StreamParameterOptions option, |
||
SocketStream ( |
Méthode | Description | |
---|---|---|
FreeManaged ( ) : void |
PhpResource.FreeManaged overridden to get rid of the contained context on Dispose.
|
|
RawFlush ( ) : bool | ||
RawRead ( byte buffer, int offset, int count ) : int | ||
RawWrite ( byte buffer, int offset, int count ) : int |
public static GetValid ( |
||
handle | ||
Résultat |
protected RawRead ( byte buffer, int offset, int count ) : int | ||
buffer | byte | |
offset | int | |
count | int | |
Résultat | int |
protected RawWrite ( byte buffer, int offset, int count ) : int | ||
buffer | byte | |
offset | int | |
count | int | |
Résultat | int |
public SetParameter ( StreamParameterOptions option, |
||
option | StreamParameterOptions | |
value | ||
Résultat | bool |
public SocketStream ( |
||
ctx | ||
socket | ||
openedPath | string | |
context | ||
isAsync | bool | |
Résultat | Pchp.Core |