PHP » GoLang |
login |
register |
about
|
GoLang DirectoryIterator::getOwner
request it (363)
GoLang replacement for PHP's DirectoryIterator::getOwner
[edit | history]
PHP DirectoryIterator::getOwnerPHP original manual for DirectoryIterator::getOwner [ show | php.net ]DirectoryIterator::getOwner(PHP 5, PHP 7) DirectoryIterator::getOwner — Get owner of current DirectoryIterator item Description
public int DirectoryIterator::getOwner
( void
)
Get the owner of the current DirectoryIterator item, in numerical format. ParametersThis function has no parameters. Return ValuesThe file owner of the file, in numerical format. Examples
Example #1 DirectoryIterator::getOwner() example This example displays the owner of the directory which contains the script.
<?php The above example will output something similar to: Array ( [name] => tom [passwd] => x [uid] => 501 [gid] => 42 [gecos] => Tom Cat [dir] => /home/tom [shell] => /bin/bash ) See Also
|
more
Recently updated
more
Most requested
more
Last requests
|