Index Documentation

IPEndPoint extends EndPoint
in package

Table of Contents

Methods

__construct()  : mixed
__serialize()  : array<string|int, mixed>
__toString()  : string
__unserialize()  : void
equals()  : bool
Checks whether the current object is equal to another.
getAddress()  : IPAddress
getPort()  : int
hasPort()  : bool
jsonSerialize()  : mixed
parse()  : EndPoint

Methods

__serialize()

public __serialize() : array<string|int, mixed>
Return values
array<string|int, mixed>

__toString()

public __toString() : string
Return values
string

__unserialize()

public __unserialize(array<string|int, mixed> $serialized) : void
Parameters
$serialized : array<string|int, mixed>

equals()

Checks whether the current object is equal to another.

public equals(mixed $other) : bool
Parameters
$other : mixed
Return values
bool

true if the objects are equals, false if not.

getPort()

public getPort() : int
Return values
int

hasPort()

public hasPort() : bool
Return values
bool

jsonSerialize()

public jsonSerialize() : mixed

        
On this page

Search results