XdrIPAddrType
in package
Table of Contents
Constants
Properties
- $value : int
Methods
- __construct() : mixed
- decode() : XdrIPAddrType
- encode() : string
- fromBase64Xdr() : static
- getValue() : int
- IPv4() : XdrIPAddrType
- IPv6() : XdrIPAddrType
- toBase64Xdr() : string
Constants
IPv4
public
mixed
IPv4
= 0
IPv6
public
mixed
IPv6
= 1
Properties
$value
public
int
$value
Methods
__construct()
public
__construct(int $value) : mixed
Parameters
- $value : int
decode()
public
static decode(XdrBuffer $xdr) : XdrIPAddrType
Parameters
- $xdr : XdrBuffer
Return values
XdrIPAddrTypeencode()
public
encode() : string
Return values
stringfromBase64Xdr()
public
static fromBase64Xdr(string $xdr) : static
Parameters
- $xdr : string
Return values
staticgetValue()
public
getValue() : int
Return values
intIPv4()
public
static IPv4() : XdrIPAddrType
Return values
XdrIPAddrTypeIPv6()
public
static IPv6() : XdrIPAddrType
Return values
XdrIPAddrTypetoBase64Xdr()
public
toBase64Xdr() : string