Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
PHP: posix_getcwd - Manual
[go: Go Back, main page]

PHP
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

posix_getegid" width="11" height="7"/> <posix_get_last_error
Last updated: Mon, 05 Feb 2007

view this page in

posix_getcwd

(PHP 4, PHP 5)

posix_getcwd — 現在のディレクトリのパス名

説明

string posix_getcwd ( void )

スクリプトの現在の実行ディレクトリのパスを、絶対パスで取得します。

返り値

絶対パス、あるいはエラー時に FALSE を返します。



add a note add a note User Contributed Notes
posix_getcwd
phpmanual-getcwd at devin dot com
27-Jul-2000 10: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.

 
show source | credits | sitemap | contact | advertising | mirror sites