Documentation

BlobUrl
in package
implements URL

Table of Contents

Interfaces

URL

Constants

URL_ORIGIN  = '/'
URL_SCHEME  = 'blob'

Methods

createObjectURL()  : string
createTemporaryObject()  : mixed
createTemporaryURL()  : string
resolveObjectURL()  : mixed
revokeObjectURL()  : mixed

Constants

URL_ORIGIN

public mixed URL_ORIGIN = '/'

URL_SCHEME

public mixed URL_SCHEME = 'blob'

Methods

createObjectURL()

public static createObjectURL(mixed $blob) : string
Parameters
$blob : mixed
Return values
string

createTemporaryObject()

public static createTemporaryObject() : mixed

createTemporaryURL()

public static createTemporaryURL() : string
Return values
string

resolveObjectURL()

public static resolveObjectURL(string $url) : mixed
Parameters
$url : string

revokeObjectURL()

public static revokeObjectURL(string $url) : mixed
Parameters
$url : string

        
On this page

Search results