Documentation

Blob

Blob

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

Table of Contents

Methods

getSize()  : int
getType()  : string
slice()  : Blob

Methods

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