Home > Backend Development > PHP Tutorial > $_SERVER['PHP_SELF']请教这一句是什么意思?在这一整句中起什么作用

$_SERVER['PHP_SELF']请教这一句是什么意思?在这一整句中起什么作用

WBOY
Release: 2016-06-13 11:44:52
Original
1236 people have browsed it

$_SERVER['PHP_SELF']请问这一句是什么意思?在这一整句中起什么作用?
if(strpos($_SERVER['PHP_SELF'],$url) ==false)
{
return false;
}

$_SERVER['PHP_SELF']请问这一句是什么意思?在这一整句中起什么作用?

Related labels:
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