URL
in
URL
Tags
Table of Contents
Methods
- createObjectURL() : string
- Returns a unique Blob URL.
- revokeObjectURL() : void
- Revokes the Blob URL provided in the string url by removing the corresponding entry from the Blob URL Store.
Methods
createObjectURL()
Returns a unique Blob URL.
public
static createObjectURL(resource $blob) : string
Parameters
- $blob : resource
Tags
Return values
stringrevokeObjectURL()
Revokes the Blob URL provided in the string url by removing the corresponding entry from the Blob URL Store.
public
static revokeObjectURL(string $url) : void
Parameters
- $url : string