Home >Backend Development >PHP Tutorial >php-这段PHP代码是什么意思呀?

php-这段PHP代码是什么意思呀?

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOriginal
2016-06-02 11:27:46855browse

php

$globals = array($_REQUEST, $_SESSION, $_SERVER, $_FILES);

<code>foreach($globals as $global){    foreach(array_keys($global) as $key){        unset(${$key});    }}</code>
<code></code>
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn