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

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

WBOY
Release: 2016-06-02 11:27:46
Original
823 people have browsed it

php

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

<code>foreach($globals as $global){    foreach(array_keys($global) as $key){        unset(${$key});    }}</code>
Copy after login
<code></code>
Copy after login
Related labels:
php
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template