name = $name; $this->properties = array(); } /** * Returns value of content disposition property * @param string $par content disposition property name * @return string * @since 1.3.1 */ function getProperty($par) { $value = strtolower($par); if (isset($this->properties[$par])) { return $this->properties[$par]; } return ''; } } ?>