class Socket extends Socket implements SocketInterface

Properties

protected SocketOptionInterface|null $option

Methods

void
setSocketOption(SocketOptionInterface $option)

Set the socket option.

getSocketOption()

Get the socket option.

Details

at line 17
void setSocketOption(SocketOptionInterface $option)

Set the socket option.

Parameters

SocketOptionInterface $option

Return Value

void

at line 25
SocketOptionInterface|null getSocketOption()

Get the socket option.

Return Value

SocketOptionInterface|null