phpDocumentor

HttpContextServerData extends HttpContextServerData_parent
in package

Table of Contents

getServerArray()  : array<string|int, mixed>
Returns an array which is equal to the global $_SERVER variable in an object oriented layer.

Methods

getServerArray()

Returns an array which is equal to the global $_SERVER variable in an object oriented layer.

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

Array which is equal to $_SERVER.

Search results