UnixAddress
in package
implements
SocketAddress
FinalYes
Table of Contents
Interfaces
Properties
- $path : string
Methods
- __construct() : mixed
- __toString() : string
- getType() : SocketAddressType
- isAbstract() : bool
- isUnnamed() : bool
- toString() : string
Properties
$path read-only
private
string
$path
Methods
__construct()
public
__construct(string $path) : mixed
Parameters
- $path : string
__toString()
public
__toString() : string
Tags
Return values
stringgetType()
public
getType() : SocketAddressType
Return values
SocketAddressTypeisAbstract()
public
isAbstract() : bool
Return values
boolisUnnamed()
public
isUnnamed() : bool
Return values
booltoString()
public
toString() : string