当前位置:  开发笔记 > 编程语言 > 正文

codeigniter中的db_clean是什么?

如何解决《codeigniter中的db_clean是什么?》经验,为你挑选了1个好方法。

有什么用的db_clean()用一个简单的例子吗?



1> SteD..:

好像db_clean()是一个正在调用的自定义助手xss_clean().

查看此链接, db_clean()存储在MY_security_helper.php中,其中MY_是扩展本机帮助程序的命名约定.

xss_clean()

Provides Cross Site Script Hack filtering. This function is an alias
to the one in the Input class. More info can be found there.

资料来源:https://www.codeigniter.com/user_guide/helpers/security_helper.html

推荐阅读
ERIK又
这个屌丝很懒,什么也没留下!
DevBox开发工具箱 | 专业的在线开发工具网站    京公网安备 11010802040832号  |  京ICP备19059560号-6
Copyright © 1998 - 2020 DevBox.CN. All Rights Reserved devBox.cn 开发工具箱 版权所有