Source for file ContentType.class.php
Documentation is available at ContentType.class.php
* This file contains functions needed to handle content type headers
* (rfc2045) in mime messages.
* @copyright 2003-2020 The SquirrelMail Project Team
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
* @version $Id: ContentType.class.php 14840 2020-01-07 07:42:38Z pdontthink $
* Class that handles content-type headers
* Class was named content_type in 1.3.0 and 1.3.1. It is used internally
* Auxiliary header information
* prepared with parseContentType() function in rfc822header class.
* Constructor (PHP5 style, required in some future version of PHP)
* Prepared type0 and type1 properties
* @param string $type content type string without auxiliary information
* Constructor (PHP4 style, kept for compatibility reasons)
* Prepared type0 and type1 properties
* @param string $type content type string without auxiliary information
self::__construct($type);
Documentation generated on Mon, 13 Jan 2020 04:24:23 +0100 by phpDocumentor 1.4.3