posix_ctermid PHP 3.0.13

string posix_ctermid(void)

 

端末のパス名を生成します (POSIX.1, 4.7.1)。

posix_getcwd PHP 3.0.13

string posix_getcwd(void)

 

作業ディレクトリのパス名を取得します (POSIX.1, 5.2.2)。

posix_getegid PHP 3.0.10

int posix_getegid(void)

 

現在の有効なグループ ID を取得します (POSIX.1, 4.2.1)。

posix_getgid PHP 3.0.10

int posix_getgid(void)

 

現在のグループ ID を取得します (POSIX.1, 4.2.1)。

posix_getgrgid PHP 3.0.13

array posix_getgrgid(long gid)

 

グループ ID で指定されたグループについての情報を取得します。

posix_getgrnam PHP 3.0.13

array posix_getgrnam(string groupname)

 

グループ名で指定されたグループについての情報を取得します (POSIX.1, 9.2.1)。

posix_getgroups PHP 3.0.10

array posix_getgroups(void)

 

補助グループ ID を取得します (POSIX.1, 4.2.3)。

posix_getlogin PHP 3.0.13

string posix_getlogin(void)

 

ユーザー名を取得します (POSIX.1, 4.2.4)。

posix_getpgid PHP 3.0.10

int posix_getpgid(void)

 

指定されたプロセスのプロセスグループ ID を取得します (これは POSIX 関数ではなく SVR4ism なので、条件付きコンパイルを実行します)。

posix_getpgrp PHP 3.0.10

int posix_getpgrp(void)

 

現在のプロセスグループ ID を取得します (POSIX.1, 4.3.1)。

posix_getpid PHP 3.0.10

int posix_getpid(void)

 

現在のプロセス ID を取得します (POSIX.1, 4.1.1)。

posix_getppid PHP 3.0.10

int posix_getppid(void)

 

親プロセス ID を取得します (POSIX.1, 4.1.1)。

posix_getpwnam PHP 3.0.13

array posix_getpwnam(string groupname)

 

ユーザー名で指定されたユーザーについての情報を取得します (POSIX.1, 9.2.2)。

posix_getpwuid PHP 3.0.13

array posix_getpwuid(long uid)

 

ユーザー ID で指定されたユーザーについての情報を取得します (POSIX.1, 9.2.2)。

posix_getrlimit PHP 3.0.10

int posix_getrlimit(void)

 

システムリソースの消費制限を取得します (これは POSIX 関数ではなく BSDism および SVR4ism なので、条件付きコンパイルを実行します)。

posix_getsid PHP 3.0.10

int posix_getsid(void)

 

セッションリーダーのプロセスグループ ID を取得します (これは POSIX 関数ではなく SVR4ism なので、条件付きコンパイルを実行します)。

posix_getuid PHP 3.0.10

int posix_getuid(void)

 

現在のユーザー ID を取得します (POSIX.1, 4.2.1)。

posix_isatty PHP 3.0.13

bool posix_isatty(int fd)

 

ファイル記述子が tty かどうかを調べます (POSIX.1, 4.7.1)。

posix_kill PHP 3.0.13

bool posix_kill(int pid, int sig)

 

シグナルをプロセスに送信します (POSIX.1, 3.3.2)。

posix_mkfifo PHP 3.0.13

bool posix_mkfifo(string pathname, int mode)

 

FIFO 特殊ファイルを作成します (POSIX.1, 5.4.2)。

posix_setegid PHP 4.0.2

bool posix_setegid(long uid)

 

有効なグループ ID を設定します。

posix_seteuid PHP 4.0.2

bool posix_seteuid(long uid)

 

有効なユーザー ID を設定します。

posix_setgid PHP 3.0.13

bool posix_setgid(int uid)

 

グループ ID を設定します (POSIX.1, 4.2.2)。

posix_setpgid PHP 3.0.13

bool posix_setpgid(int pid, int pgid)

 

ジョブ制御のプロセスグループ ID を設定します (POSIX.1, 4.3.3)。

posix_setsid PHP 3.0.13

int posix_setsid(void)

 

セッションを作成してプロセスグループ ID を設定します (POSIX.1, 4.3.2)。

posix_setuid PHP 3.0.13

bool posix_setuid(long uid)

 

ユーザー ID を設定します (POSIX.1, 4.2.2)。

posix_times PHP 3.0.13

array posix_times(void)

 

プロセス時間を取得します (POSIX.1, 4.5.2)。

posix_ttyname PHP 3.0.13

string posix_ttyname(int fd)

 

端末のデバイス名を決定します (POSIX.1, 4.7.2)。

posix_uname PHP 3.0.10

array posix_uname(void)

 

システム名を取得します (POSIX.1, 4.4.1)。