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_getcwdDescriptionstring posix_getcwd ( void )posix_getcwd() returns the absolute pathname of the script's current working directory. posix_getcwd() returns FALSE on error. ![]()
phpmanual-getcwd at devin dot com
27-Jul-2000 09:39
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.
| ![]() |