PHP-dataURI API
Class

DataURI\Dumper

class Dumper

Methods

static string dump(Data $dataURI)

Transform a DataURI\Data object to its URI representation and take the following form :

Details

at line 44
static public string dump(Data $dataURI)

Transform a DataURI\Data object to its URI representation and take the following form :

data:[<mediatype>][;base64],<data>

Parameters

Data $dataURI

Return Value

string