您好,欢迎来到三六零分类信息网!老站,搜索引擎当天收录,欢迎发信息

php对表单内容进行处理_PHP教程

2024/5/23 0:50:52发布16次查看
php对表单内容进行处理 /** * 过滤html内容后返回 * * @param $string * @param bool $html * * @return array|string */ public static function safeoutput($string, $html = false) { if (!$html) $string = strip_tags($string); return @tools::htmlentitiesutf8($string, ent_quotes); } public static function htmlentitiesutf8($string, $type = ent_quotes) { if (is_array($string)) return array_map(array('tools', 'htmlentitiesutf8'), $string); return htmlentities((string)$string, $type, 'utf-8'); } public static function htmlentitiesdecodeutf8($string) { if (is_array($string)) return array_map(array('tools', 'htmlentitiesdecodeutf8'), $string); return html_entity_decode((string)$string, ent_quotes, 'utf-8'); } /** * 对post内容进行处理 * * @return array */ public static function safepostvars() { if (!is_array($_post)) return array(); $_post = array_map(array('tools', 'htmlentitiesutf8'), $_post); }
http://www.bkjia.com/phpjc/847857.htmlwww.bkjia.comtruehttp://www.bkjia.com/phpjc/847857.htmltecharticlephp对表单内容进行处理 /** * 过滤html内容后返回 * * @param $string * @param bool $html * * @return array|string */public static function safeoutput($string, $html =...
该用户其它信息

VIP推荐

免费发布信息,免费发布B2B信息网站平台 - 三六零分类信息网 沪ICP备09012988号-2
企业名录 Product