PHP中是否有一个函数可以解释这种类型的链接?
然后我将此网址放在html的href内
http://localhost/cms/public/../videos/1/movie.mp4
它会自动将其转换为:
http://localhost/cms/videos/1/movie.mp4
在PHP中有一些功能可以做到这一点?我想把它放在功能上
http://localhost/cms/public/../videos/1/movie.mp4
它会返回这个
http://localhost/cms/videos/1/movie.mp4