Documentation

Less_Mime
in package

Mime lookup

Tags
subpackage

node

Table of Contents

$_types  : mixed
charsets_lookup()  : mixed
lookup()  : mixed

Properties

$_types

public static mixed $_types = array('.htm' => 'text/html', '.html' => 'text/html', '.gif' => 'image/gif', '.jpg' => 'image/jpeg', '.jpeg' => 'image/jpeg', '.png' => 'image/png', '.ttf' => 'application/x-font-ttf', '.otf' => 'application/x-font-otf', '.eot' => 'application/vnd.ms-fontobject', '.woff' => 'application/x-font-woff', '.svg' => 'image/svg+xml')

Methods

charsets_lookup()

public static charsets_lookup([mixed $type = null ]) : mixed
Parameters
$type : mixed = null
Return values
mixed

lookup()

public static lookup(mixed $filepath) : mixed
Parameters
$filepath : mixed
Return values
mixed

Search results