A partir de tradutores profissionais, empresas, páginas da web e repositórios de traduções disponíveis gratuitamente
group name
그룹 이름
Última atualização: 2011-10-23
Frequência de uso: 3
Qualidade:
see also posix_getgrgid() for information on how to convert this into a useable group name.
return the numeric effective group id of the current process. see also posix_getgrgid() for information on how to convert this into a useable group name.
the group id is returned in numerical format, use posix_getgrgid() to resolve it to a group name.
파일의 소유자나 그룹의 id를 반환합니다. 에러가 발생하면 false 를 반환합니다. 그룹 id는 숫자형식으로 반환이 됩니다. 그룹의 이름으로 바꾸기 위해서 posix_getgrgid() 함수가 사용됩니다.
see also posix_getgrgid() for information on how to convert this into useable group names.
returns an array of integers containing the numeric group ids of the group set of the current process. see also posix_getgrgid() for information on how to convert this into useable group names.