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. posix_getcwd
phpmanual-getcwd at devin dot com
26-Jul-2000 06: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.
|