Search Results
Examples ¶ Example #1 posix_getegid () example This example will print out the effective group id, once it is changed with posix_setegid ().
Notes posix_getegid () est différent de posix_getgid () en le sens où l'identifiant effectif du groupe peut être changé par un appel à la fonction posix_setegid ().
PHP 4, PHP 5, PHP 7, PHP 8 posix_getegid - Return the effective group ID of the current process Manual Code Examples
(PHP 3>= 3.0.10, PHP 4 ) posix_getegid -- Return the effective group ID of the current process
Notes posix_getegid () is different than posix_getgid () because effective group ID can be changed by a calling process using posix_setegid ().
Notes posix_getegid () est différent de posix_getgid () en le sens où l'identifiant effectif du groupe peut être changé par un appel à la fonction posix_setegid ().
Examples Example #1 posix_getegid () example This example will print out the effective group id, once it is changed with posix_setegid ().
