Home  >  Article  >  Backend Development  >  php filegroup function_PHP tutorial

php filegroup function_PHP tutorial

WBOY
WBOYOriginal
2016-07-20 11:01:081091browse

php filegroup function ​ filegroup
(PHP 4, PHP 5)

Filegroup-get filegroup

Description
International File Group (String$FileName)
Get the filegroup. To return a numeric value in the format of the group ID, please use posix_getgrgid() to solve this problem for a group name.

Parameters

File name
File path.


Return value
Returns the group number of the file, or FALSE in case an error occurs. To return a numeric value in the format of the group ID, please use posix_getgrgid() to solve this problem for a group name. On failure, an error is returned.

Example

Example #1 Investigation Team Documentation

www.bkjia.comtruehttp: //www.bkjia.com/PHPjc/445467.htmlTechArticlephp filegroup function filegroup (PHP 4, PHP 5) filegroup - get filegroup description international filegroup (String $filename) Get the filegroup. The number returned from the ID of the group it belongs to...
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn