PHP 8.5.0 Beta 1 available for testing

Voting

: max(zero, three)?
(Example: nine)

The Note You're Voting On

cweiske at php dot net
16 years ago
When posix_getgrgid() fails (e.g. an invalid/unknown group id), it returns false.
This is except for Mac OSX on which you get an array with name "nogroup" and gid of "-1".

<< Back to user notes page

To Top