$extpos = strrpos($file,'.');
    $fileext 
= substr($file,$extpos);

利用php的dir_name函数你可以得到文件全名的任意一部分。
$pathinfo = path_info($filename);

dir_name()

.....

Posted on 2005-07-26 16:23  古代  阅读(504)  评论(1编辑  收藏  举报