Home
last modified time | relevance | path

Searched refs:rfc2231_encode (Results 1 – 1 of 1) sorted by relevance

/dokuwiki/inc/
H A Dfetch.functions.php81 header('Content-Disposition: attachment;' . rfc2231_encode(
86 header('Content-Disposition: inline;' . rfc2231_encode(
121 function rfc2231_encode($name, $value, $charset = 'utf-8', $lang = 'en')
114 function rfc2231_encode($name, $value, $charset='utf-8', $lang='en') { global() function