class GlobalState (View source)

Properties

static protected string[] $superGlobalArrays

Methods

static string
getIncludedFilesAsString()

No description

static string
processIncludedFilesAsString(array $files)

No description

static string
getIniSettingsAsString()

No description

static string
getConstantsAsString()

No description

static string
getGlobalsAsString()

No description

static string[]
getSuperGlobalArrays()

No description

static 
exportVariable($variable)

No description

static bool
arrayOnlyContainsScalars(array $array)

No description

Details

static string getIncludedFilesAsString()

Return Value

string

static string processIncludedFilesAsString(array $files)

Parameters

array $files

Return Value

string

static string getIniSettingsAsString()

Return Value

string

static string getConstantsAsString()

Return Value

string

static string getGlobalsAsString()

Return Value

string

static protected string[] getSuperGlobalArrays()

Return Value

string[]

static protected exportVariable($variable)

Parameters

$variable

static protected bool arrayOnlyContainsScalars(array $array)

Parameters

array $array

Return Value

bool