Source for file Disposition.class.php
Documentation is available at Disposition.class.php
* This file contains functions needed to handle content disposition headers
* in mime messages. See RFC 2183.
* @copyright 2003-2012 The SquirrelMail Project Team
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
* @version $Id: Disposition.class.php 14249 2012-01-02 02:09:17Z pdontthink $
* Class that handles content disposition header
* @todo FIXME: do we have to declare vars ($name and $properties)?
$this->properties =
array();
* Returns value of content disposition property
* @param string $par content disposition property name
if (isset
($this->properties[$par])) {
return $this->properties[$par];
Documentation generated on Mon, 20 May 2013 04:19:03 +0200 by phpDocumentor 1.4.3