Documentation

File extends Blob

File

Tags
see
https://www.w3.org/TR/2011/WD-FileAPI-20111020/#dfn-file

Table of Contents

Methods

getLastModifiedDate()  : DateTimeInterface
getName()  : string
getSize()  : int
getType()  : string
slice()  : Blob

Methods

getLastModifiedDate()

public getLastModifiedDate() : DateTimeInterface
Return values
DateTimeInterface

getName()

public getName() : string
Return values
string

getSize()

public getSize() : int
Return values
int

getType()

public getType() : string
Return values
string

slice()

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
Return values
Blob
On this page

Search results