<?php$url = "http://www.sina.com.cn/abc/de/fg.php?id=1";$arr = parse_url($url);$pathArr = pathinfo($arr['path']);print_r($pathArr['extension']);?>