File
extends
Blob
in
File
Tags
Table of Contents
Methods
- getLastModifiedDate() : DateTimeInterface
- getName() : string
- getSize() : int
- getType() : string
- slice() : Blob
Methods
getLastModifiedDate()
public
getLastModifiedDate() : DateTimeInterface
Return values
DateTimeInterfacegetName()
public
getName() : string
Return values
stringgetSize()
public
getSize() : int
Return values
intgetType()
public
getType() : string
Return values
stringslice()
public
slice([int|null $start = null ][, int|null $end = null ][, string|null $contentType = null ]) : Blob
Parameters
- $start : int|null = null
- $end : int|null = null
- $contentType : string|null = null