Options used to configure a datagram socket.
package |
Default |
---|
__construct( $networkOptions = null)
mixed | null
getLogActivity() : boolean
boolean
getMulticastNetworkInterface() : string
string
getMulticastTimeToLive() : integer
integer
getReceiveBufferSize() : integer
integer
getSendBufferSize() : integer
integer
getTrafficClass() : integer
integer
isBroadcast() : boolean
boolean
isIpV6() : boolean
boolean
isLoopbackModeDisabled() : boolean
boolean
isReuseAddress() : boolean
boolean
isReusePort() : boolean
boolean
setBroadcast( $broadcast) : $this
boolean
$this
setIpV6( $ipV6) : $this
boolean
$this
setLogActivity( $logActivity) : $this
boolean
$this
setLoopbackModeDisabled( $loopbackModeDisabled) : $this
boolean
$this
setMulticastNetworkInterface( $multicastNetworkInterface) : $this
string
$this
setMulticastTimeToLive( $multicastTimeToLive) : $this
integer
$this
setReceiveBufferSize( $receiveBufferSize) : $this
integer
$this
setReuseAddress( $reuseAddress) : $this
boolean
$this
setReusePort( $reusePort) : $this
boolean
$this
setSendBufferSize( $sendBufferSize) : $this
integer
$this
setTrafficClass( $trafficClass) : $this
integer
$this