UnixEndPoint
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.
- getPath() : string
- jsonSerialize() : mixed
- parse() : UnixEndPoint
Methods
__construct()
public
__construct(string $socketPath) : mixed
Parameters
- $socketPath : string
__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.
getPath()
public
getPath() : string
Return values
stringjsonSerialize()
public
jsonSerialize() : mixed
parse()
public
static parse(string $socketPath) : UnixEndPoint
Parameters
- $socketPath : string