検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 10 for getegid (0.074 sec.)
現在のプロセスの有効なグループ ID を返す 14158
« posix_getcwd posix_geteuid » PHP Manual POSIX 関数 現在のプロセスの有効なグループ ID を返す po ... six_getegid (PHP 4, PHP 5, PHP 7, PHP 8) posix_getegid — 現在の ... プロセスの有効なグループ ID を返す 説明 posix_getegid (): int 現在のプロセスの有効なグループ ID を返しま ... 効グループ ID を表す整数値を返します。 例 例1 posix_getegid() example この例は、実効グループ ID を表示し、それ ... getgid (); //20 echo '実効グループ ID は ' . posix_getegid (); //40 ?> 注意 posix_getegid() は posix_getgid() ...
https://man.plustar.jp/php/function.posix-getegid.html - [similar]
現在のプロセスの実際のグループ ID を返す 9206
« posix_geteuid posix_getgrgid » PHP Manual POSIX 関数 現在のプロセスの実際のグループ ID を返す ... getgid (); //20 echo '実効グループ ID は ' . posix_getegid (); //40 ?> 参考 posix_getgrgid() - 指定したグルー ... プ ID を有するグループに関する情報を返す posix_getegid() - 現在のプロセスの有効なグループ ID を返す posix ...
https://man.plustar.jp/php/function.posix-getgid.html - [similar]
指定したグループ ID を有するグループに関する情報を返す 8938
« posix_getgid posix_getgrnam » PHP Manual POSIX 関数 指定したグループ ID を有するグループに関す ... 1 posix_getgrgid() の使用例 <?php $groupid = posix_getegid (); $groupinfo = posix_getgrgid ( $groupid ); prin ... [0] => tom [1] => jerry ) [gid] => 42 ) 参考 posix_getegid() - 現在のプロセスの有効なグループ ID を返す posix ...
https://man.plustar.jp/php/function.posix-getgrgid.html - [similar]
現在のディレクトリのパス名 8295
« posix_get_last_error posix_getegid » PHP Manual POSIX 関数 現在のディレクトリのパス名 posix_ge ...
https://man.plustar.jp/php/function.posix-getcwd.html - [similar]
現在のプロセスの有効なユーザー ID を返す 8205
« posix_getegid posix_getgid » PHP Manual POSIX 関数 現在のプロセスの有効なユーザー ID を返す po ...
https://man.plustar.jp/php/function.posix-geteuid.html - [similar]
現在のプロセスの実効 GID を設定する 8205
« posix_mknod posix_seteuid » PHP Manual POSIX 関数 現在のプロセスの実効 GID を設定する posix_se ... getgid (); //20 echo '実効グループ ID は ' . posix_getegid (); //40 ?> 参考 posix_getgrgid() - 指定したグルー ...
https://man.plustar.jp/php/function.posix-setegid.html - [similar]
現在のプロセスの GID を設定する 8205
« posix_seteuid posix_setpgid » PHP Manual POSIX 関数 現在のプロセスの GID を設定する posix_setg ... getgid (); //40 echo '実効グループ ID は ' . posix_getegid (); //40 ?> 参考 posix_getgrgid() - 指定したグルー ...
https://man.plustar.jp/php/function.posix-setgid.html - [similar]
指定した名前のグループに関する情報を返す 8116
« posix_getgrgid posix_getgroups » PHP Manual POSIX 関数 指定した名前のグループに関する情報を返す ... [0] => tom [1] => jerry ) [gid] => 42 ) 参考 posix_getegid() - 現在のプロセスの有効なグループ ID を返す posix ...
https://man.plustar.jp/php/function.posix-getgrnam.html - [similar]
POSIX 関数 8027
« posix_setrlimit 定数 posix_access » PHP Manual POSIX POSIX 関数 POSIX 関数 参考 プロセス制御関 ... する posix_getcwd — 現在のディレクトリのパス名 posix_getegid — 現在のプロセスの有効なグループ ID を返す posix_g ...
https://man.plustar.jp/php/ref.posix.html - [similar]
POSIX 7937
« pcntl_wtermsig はじめに » PHP Manual プロセス制御 POSIX POSIX はじめに インストール/設定 要件 ... する posix_getcwd — 現在のディレクトリのパス名 posix_getegid — 現在のプロセスの有効なグループ ID を返す posix_g ...
https://man.plustar.jp/php/book.posix.html - [similar]
PREV 1 NEXT