简体   繁体   中英

how can I get the path to foldername above __DIR__

我知道我可以使用__ DIR __来获取我所在位置的路径,但是如何获取__DIR__上方文件夹的路径?

在这种情况下,您可以使用 dirname 函数

$aboveDir = dirname(__DIR__);

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM