Format:
Recent snippets matching tags of escape
<?php /*php提供的URL编码函数是基于字节的,对由ie的javascript函数escape编码的数据就无能为力了。*/ function escape($str) { preg_match_all("/[\x80-\xff].|[\x01-\x7f]+/", $str, $r); $ar = $r[0]; foreach($ar as $k=>$v) { if(ord($v[0]) < 128) $ar[$k] = rawurlencode($v);
140 Views
no comments
Subscribe
Discuss
What's new
What is it
New Snippet
Recent Snippets
My Snippets
Web Code
Search
