About Cacher
Web App
Download
Sign In
Sign Up
menu
Cacher is the code snippet organizer for pro developers
We empower you and your team to get more done, faster
Learn More
gouf
1/23/2017 - 12:27 PM
share
Share
add_circle_outline
Save
一つ上のディレクトリのファイルを、絶対パスとして表示
一つ上のディレクトリのファイルを、絶対パスとして表示
parent_directory_file.php
content_copy
file_download
<?php echo realpath(dirname(__DIR__ . '/../')) . '/foo.php'; echo "\n";
clear