class RemoteAddress

Methods

__construct(string $remoteAddress = '')

No description

static RemoteAddress
fromServer()

No description

string
getClientAddress()

No description

bool
isFromLocalHost()

No description

string
getAll()

No description

bool
has()

No description

static string
extractRemoteAddressesFromHeaders()

Allows to get all the remote addresses from relevant headers

static array
listRemoteAddressHeaders()

No description

Details

at line 19
__construct(string $remoteAddress = '')

No description

Parameters

string $remoteAddress

at line 23
static RemoteAddress fromServer()

No description

Return Value

RemoteAddress

at line 31
string getClientAddress()

No description

Return Value

string

at line 40
bool isFromLocalHost()

No description

Return Value

bool

at line 44
string getAll()

No description

Return Value

string

at line 49
bool has()

No description

Return Value

bool

at line 64
static string extractRemoteAddressesFromHeaders()

Allows to get all the remote addresses from relevant headers

Return Value

string

at line 78
static array listRemoteAddressHeaders()

No description

Return Value

array