header(“Content-type: application/x-download”); header(“Content-Disposition: attachment; filename=$file_download_name;”); header(“Accept-Ranges: bytes”); header(“Content-Length: $download_size”); echo ‘xxx'
3、PHP用header输出ftp下载方式,并且支持断点续传
一个例子:
header(‘Pragma: public'); header(‘Cache-Control: private'); header(‘Cache-Control: no-cache, must-revalidate'); header(‘Accept-Ranges: bytes'); header(‘Connection: close'); header(“Content-Type: audio/mpeg”); header(“Location:ftp://download:1bk3l4s3k9s2@232.2.22.22/2222/web技术开发知识库/cn_web.rmvb”);
4、PHP正则匹配中文
ereg(“^[".chr(0xa1)."-".chr(0xff)."]+$”, $str);
5、批量替换文本里面的超级链接
function urlParse($str = ”){ if (” == $str) return $str; $types = array(“http”, “ftp”, “https”); $replace = << ”.htmlentities('1′).htmlentities('2′).” EOPHP; $ret = $str; while(list(,$type) = each($types)){ $ret = preg_replace(“|($type://)([^s]*)|ie “, $replace, $ret); } return $ret; }
以上就是本文的全部内容,很常用的php技巧送给大家,希望大家喜欢。
下面是为大家分享的专题内容,内容很全面,查看《php常用技巧汇总》。
您可能感兴趣的文章: