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-2018 The SquirrelMail Project Team
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
* @version $Id: ContentType.class.php 14750 2018-01-16 23:44:07Z 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 Tue, 17 Apr 2018 04:22:29 +0200 by phpDocumentor 1.4.3