PHP-dataURI API
Index
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

A

Data::addParameters() — Method in class Data
Add a custom parameters to the DataURi

B

Data::buildFromFile() — Method in class Data
Get a new instance of DataUri\Data from a file

D

DataClass in namespace DataURI
DataURI\Data object is a representation of an url which embed (small) media type data directly inline.
DumperClass in namespace DataURI
Dumper::dump() — Method in class Dumper
Transform a DataURI\Data object to its URI representation and take the following form :

E

ExceptionClass in namespace DataURI\Exception

F

FileNotFoundExceptionClass in namespace DataURI\Exception

G

Data::getData() — Method in class Data
File Datas
Data::getMimeType() — Method in class Data
Media type
Data::getParameters() — Method in class Data
File parameters
TooLongDataException::getLength() — Method in class TooLongDataException
Length of the data

I

Data::isBinaryData() — Method in class Data
Data is binary data
InvalidArgumentExceptionClass in namespace DataURI\Exception
InvalidDataExceptionClass in namespace DataURI\Exception

P

ParserClass in namespace DataURI
Parser::parse() — Method in class Parser
Parse a data URI and return a DataUri\Data

S

Data::setBinaryData() — Method in class Data
Set if Data is binary data

T

TooLongDataExceptionClass in namespace DataURI\Exception

W

Data::write() — Method in class Data
Write datas to the specified file

_

Data::__construct() — Method in class Data
A DataURI Object which by default has a 'text/plain' media type and a 'charset=US-ASCII' as optionnal parameter
TooLongDataException::__construct() — Method in class TooLongDataException