Property | Type | Description | |
---|---|---|---|
$globals | array | ||
$staticAttributes | array | ||
$superGlobalArrays | array | ||
$superGlobalArraysLong | array |
Method | Description | |
---|---|---|
backupGlobals ( array $blacklist ) | ||
backupStaticAttributes ( array $blacklist ) | ||
getConstantsAsString ( ) | ||
getGlobalsAsString ( ) | ||
getIncludedFilesAsString ( ) | ||
restoreGlobals ( array $blacklist ) | ||
restoreStaticAttributes ( ) |
Method | Description | |
---|---|---|
arrayOnlyContainsScalars ( array $array ) | ||
backupSuperGlobalArray ( $superGlobalArray ) | ||
exportVariable ( $variable ) | ||
getSuperGlobalArrays ( ) | ||
restoreSuperGlobalArray ( $superGlobalArray ) |
protected static arrayOnlyContainsScalars ( array $array ) | ||
$array | array |
public static backupGlobals ( array $blacklist ) | ||
$blacklist | array |
public static backupStaticAttributes ( array $blacklist ) | ||
$blacklist | array |
protected static backupSuperGlobalArray ( $superGlobalArray ) |
public static restoreGlobals ( array $blacklist ) | ||
$blacklist | array |
protected static restoreSuperGlobalArray ( $superGlobalArray ) |
protected static array $staticAttributes | ||
return | array |
protected static array $superGlobalArrays | ||
return | array |
protected static array $superGlobalArraysLong | ||
return | array |