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.2.2.4 2006/02/03 22:27:46 jervfors 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:31:01 +0300 by phpDocumentor 1.3.0RC6