|
Phar::mungServerDefines a list of up to 4 $_SERVER variables that should be modified for execution Description
final public static void Phar::mungServer(array
$variables )Phar::mungServer should only be called within the stub of a phar archive.
Defines a list of up to 4 $_SERVER variables that should be
modified for execution.
Variables that can be modified to remove traces of phar execution are
On its own, this method does nothing. Only when combined with
Phar::webPhar does it take effect, and only when the requested
file is a PHP file to be parsed. Note that the
The original values of variables that are modified are stored in the SERVER
array with Parameters
Return ValuesNo return. Errors/ExceptionsThrows UnexpectedValueException if any problems are found with the passed in data. Examples
Example #1 A Phar::mungServer example
See Also
|