Client
class Client (View source)
Constants
| MSG_OOB |
|
| MSG_PEEK |
|
| MSG_DONTWAIT |
|
| MSG_WAITALL |
|
| SHUT_RDWR |
|
| SHUT_RD |
|
| SHUT_WR |
|
Properties
| $errCode | |||
| $sock | |||
| $reuse | |||
| $reuseCount | |||
| $type | |||
| $id | |||
| $setting |
Methods
__construct($type, $async = null, $id = null)
No description
__destruct()
No description
mixed
set(array $settings)
No description
mixed
connect(mixed $host, mixed|null $port = null, mixed|null $timeout = null, mixed|null $sock_flag = null)
No description
mixed
recv(mixed|null $size = null, mixed|null $flag = null)
No description
mixed
send(mixed $data, mixed|null $flag = null)
No description
mixed
sendfile(mixed $filename, mixed|null $offset = null, mixed|null $length = null)
No description
mixed
sendto(mixed $ip, mixed $port, mixed $data)
No description
mixed
shutdown(mixed $how)
No description
mixed
enableSSL()
No description
mixed
getPeerCert()
No description
mixed
verifyPeerCert()
No description
mixed
isConnected()
No description
mixed
getsockname()
No description
mixed
getpeername()
No description
mixed
close(mixed|null $force = null)
No description
mixed
getSocket()
No description
Details
__construct($type, $async = null, $id = null)
No description
__destruct()
No description
mixed
set(array $settings)
No description
mixed
connect(mixed $host, mixed|null $port = null, mixed|null $timeout = null, mixed|null $sock_flag = null)
No description
mixed
recv(mixed|null $size = null, mixed|null $flag = null)
No description
mixed
send(mixed $data, mixed|null $flag = null)
No description
mixed
sendfile(mixed $filename, mixed|null $offset = null, mixed|null $length = null)
No description
mixed
sendto(mixed $ip, mixed $port, mixed $data)
No description
mixed
shutdown(mixed $how)
No description
mixed
enableSSL()
No description
mixed
getPeerCert()
No description
mixed
verifyPeerCert()
No description
mixed
isConnected()
No description
mixed
getsockname()
No description
mixed
getpeername()
No description
mixed
close(mixed|null $force = null)
No description
mixed
getSocket()
No description