Skip to content

Instantly share code, notes, and snippets.

@gouf
Created January 23, 2017 12:27
Show Gist options
  • Save gouf/737c9388d4ad7f9414b0498d31e935c4 to your computer and use it in GitHub Desktop.
Save gouf/737c9388d4ad7f9414b0498d31e935c4 to your computer and use it in GitHub Desktop.
一つ上のディレクトリのファイルを、絶対パスとして表示
<?php
echo realpath(dirname(__DIR__ . '/../')) . '/foo.php';
echo "\n";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment