PHP » GoLang |
login |
register |
about
|
GoLang DirectoryIterator::getGroup
request it (345)
GoLang replacement for PHP's DirectoryIterator::getGroup
[edit | history]
PHP DirectoryIterator::getGroupPHP original manual for DirectoryIterator::getGroup [ show | php.net ]DirectoryIterator::getGroup(PHP 5, PHP 7) DirectoryIterator::getGroup — Get group for the current DirectoryIterator item Description
public int DirectoryIterator::getGroup
( void
)
Get the group id of the file. ParametersThis function has no parameters. Return ValuesReturns the group id of the current DirectoryIterator item in numerical format. Examples
Example #1 DirectoryIterator::getGroup() example
<?php The above example will output something similar to: Directory belongs to group id 42 Array ( [name] => toons [passwd] => x [members] => Array ( [0] => tom [1] => jerry ) [gid] => 42 ) See Also
|
more
Recently updated
more
Most requested
more
Last requests
|