Home  >  Article  >  Backend Development  >  safeVar() 是什么意思啊该如何解决

safeVar() 是什么意思啊该如何解决

WBOY
WBOYOriginal
2016-06-13 13:20:03692browse

safeVar() 是什么意思啊?

PHP code
<!--

Code highlighting produced by Actipro CodeHighlighter (freeware)
http://www.CodeHighlighter.com/

-->
safeVar($_GET);
    safeVar($_POST);
    safeVar($_REQUEST);
    safeVar($_COOKIE);



------解决方案--------------------
自定义的一个function .我猜是过滤参数用的.
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