PHP提取url
Posted FireC@t @ Perl6
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了PHP提取url相关的知识,希望对你有一定的参考价值。
<?php $str = parse_url(‘http://localhost/?id=2&cd=2‘, PHP_URL_QUERY); ECHO $str; parse_str($str, $cc); print_r($cc);
以上是关于PHP提取url的主要内容,如果未能解决你的问题,请参考以下文章