From the GNU getcwd(3) manpage, paraphrased: returns the absolute pathname of the current working directory. Fails when the current directory is not eradable. Complies with POSIX.1 spec.
posix_getcwd
(PHP 4, PHP 5)
posix_getcwd — 現在のディレクトリのパス名
説明
string posix_getcwd ( void )スクリプトの現在の実行ディレクトリのパスを、絶対パスで取得します。
返り値
絶対パス、あるいはエラー時に FALSE を返します。
posix_getcwd
phpmanual-getcwd at devin dot com
27-Jul-2000 10:39
27-Jul-2000 10:39