Table of Contents
-
$contents
: mixed
-
$ctime
: mixed
-
$flags
: mixed
-
$group
: mixed
-
$hints
: mixed
-
$implicit_label
: mixed
-
$is_dir
: mixed
-
$is_file
: mixed
-
$is_link
: mixed
-
$label
: mixed
-
$linktarget
: mixed
-
$mtime
: mixed
-
$owner
: mixed
-
$path
: mixed
-
$perms
: mixed
-
$realpath
: mixed
-
$size
: mixed
-
$typeflag
: mixed
-
$typename
: mixed
-
$name
: mixed
-
__construct()
: mixed
-
getLabel()
: mixed
-
getMTime()
: mixed
-
getName()
: mixed
-
getSize()
: mixed
-
labelIsImplicit()
: mixed
-
setName()
: mixed
$contents
public
mixed
$contents
= array()
$ctime
public
mixed
$ctime
$flags
public
mixed
$flags
$group
public
mixed
$group
$hints
public
mixed
$hints
= array('fspath')
$implicit_label
public
mixed
$implicit_label
= false
$is_dir
public
mixed
$is_dir
= false
$is_file
public
mixed
$is_file
= false
$is_link
public
mixed
$is_link
= false
$label
public
mixed
$label
$linktarget
public
mixed
$linktarget
$mtime
public
mixed
$mtime
$owner
public
mixed
$owner
$path
public
mixed
$path
$perms
public
mixed
$perms
$realpath
public
mixed
$realpath
$size
public
mixed
$size
$typeflag
public
mixed
$typeflag
= '-'
$typename
public
mixed
$typename
= 'Unknown file'
$name
protected
mixed
$name
__construct()
public
__construct(SplFileInfo $fileInfo) : mixed
Parameters
-
$fileInfo
: SplFileInfo
-
Return values
mixed
—
getLabel()
public
getLabel() : mixed
Return values
mixed
—
getMTime()
public
getMTime() : mixed
Return values
mixed
—
getName()
public
getName() : mixed
Return values
mixed
—
getSize()
public
getSize() : mixed
Return values
mixed
—
labelIsImplicit()
public
labelIsImplicit() : mixed
Return values
mixed
—
setName()
public
setName(mixed $name) : mixed
Parameters
-
$name
: mixed
-
Return values
mixed
—