PHPにて相対パスを絶対パスに変換する。

めも。

例えば以下のような感じ。

$path = '../../path/to/file.ext'
echo realpath($path);
↓
/home/admin/...../path/to/file.ext