PHP – Get Apache User and Group Comment This is a simple one! $user = posix_getpwuid(getmyuid()); $group = posix_getgrgid(getmygid()); PHP