C# Class Pchp.Library.Streams.StatStruct

Show file Open project: iolevel/peachpie Class Usage Examples

Public Properties

Property Type Description
st_atime long
st_ctime long
st_dev uint
st_gid short
st_ino ushort
st_mode ushort
st_mtime long
st_nlink short
st_rdev uint
st_size long
st_uid short

Private Properties

Property Type Description

Property Details

st_atime public property

public long st_atime
return long

st_ctime public property

public long st_ctime
return long

st_dev public property

public uint st_dev
return uint

st_gid public property

public short st_gid
return short

st_ino public property

public ushort st_ino
return ushort

st_mode public property

public ushort st_mode
return ushort

st_mtime public property

public long st_mtime
return long

st_nlink public property

public short st_nlink
return short

st_rdev public property

public uint st_rdev
return uint

st_size public property

public long st_size
return long

st_uid public property

public short st_uid
return short