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 — Pathname of current directory
Popis
string posix_getcwd ( void )Gets the absolute pathname of the script's current working directory.
Návratové hodnoty
Returns the absolute pathname, or FALSE on error.
posix_getcwd
phpmanual-getcwd at devin dot com
26-Jul-2000 09:39
26-Jul-2000 09:39
