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-2006 The SquirrelMail Project Team
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
* @version $Id: Disposition.class.php,v 1.12 2006/07/15 12:00:44 tokul Exp $
* 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 Sat, 07 Oct 2006 16:10:45 +0300 by phpDocumentor 1.3.0RC6