摘要: $url = "http://www.baidu.com/index.php";basename($url);//返回index.php字符串,dirname($url)//返回http://www.baidu.com,pathinfo($url);//返回有4个下标的关联数组创建文件 touch(... 阅读全文
posted @ 2014-08-23 02:09 向着太阳生 阅读(151) 评论(0) 推荐(0)