common.sh

Introduction

Use the links in the table of contents to the left to access the documentation.



Functions

__get_archive_content
__get_MIMEtype

__get_archive_content


Discussion

The function __get_archive_content() returns the content of an archive provided as argument

Updated:
Saturday, March 15, 2003

__get_MIMEtype


Parameters
$1

path to input file

Return Value

Echoes MIME type to stdout on success, 1 on failure.

Discussion

__get_MIMEtype() is an internal function to determine the mime type. Invoking functions can then handle the input properly

Updated:
Sunday, January 05, 2014