Imbo\Database\DatabaseInterface::getImageMimeType PHP Method

getImageMimeType() public method

Get the mime type of an image
public getImageMimeType ( string $user, string $imageIdentifier ) : string
$user string The user which the image belongs to who owns the image
$imageIdentifier string The image identifier
return string Returns the mime type of the image
    function getImageMimeType($user, $imageIdentifier);