<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/ref.strings.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'it',
  ),
  'this' => 
  array (
    0 => 'function.quoted-printable-decode.php',
    1 => 'quoted_printable_decode',
    2 => 'Converte una stringa \'quoted-printable\' in una stringa a 8 bit',
  ),
  'up' => 
  array (
    0 => 'ref.strings.php',
    1 => 'String Funzioni',
  ),
  'prev' => 
  array (
    0 => 'function.printf.php',
    1 => 'printf',
  ),
  'next' => 
  array (
    0 => 'function.quoted-printable-encode.php',
    1 => 'quoted_printable_encode',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'it',
    'path' => 'reference/strings/functions/quoted-printable-decode.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="function.quoted-printable-decode" class="refentry">
   <div class="refnamediv">
    <h1 class="refname">quoted_printable_decode</h1>
    <p class="verinfo">(PHP 4, PHP 5, PHP 7, PHP 8)</p><p class="refpurpose"><span class="refname">quoted_printable_decode</span> &mdash; <span class="dc-title">
     Converte una stringa &#039;quoted-printable&#039; in una stringa a 8 bit
    </span></p>

   </div>
   <div class="refsect1 unknown-1333" id="refsect1-function.quoted-printable-decode-unknown-1333">
    <h3 class="title">Descrizione</h3>
     <div class="methodsynopsis dc-description">
      <span class="methodname"><strong>quoted_printable_decode</strong></span>(<span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$str</code></span>): <span class="type"><a href="language.types.string.php" class="type string">string</a></span></div>

    <p class="simpara">
     Questa funzione restituisce una stringa a 8 bit corrispondente alla codifica
     della stringa &#039;quoted-printable&#039; ( in base a 
     <a href="https://datatracker.ietf.org/doc/html/rfc2045" class="link external">&raquo;&nbsp;RFC2045</a>, sezione 6.7, e non
     <a href="https://datatracker.ietf.org/doc/html/rfc2821" class="link external">&raquo;&nbsp;RFC2821</a>, sezione 4.5.2, punti 
     addizionali non sono rimossi dall&#039;inizio della linea). Questa funzione è simile a
     <span class="function"><a href="function.imap-qprint.php" class="function">imap_qprint()</a></span>, tranne che quest&#039;ultima richiede
     il modulo IMAP per essere utilizzata.
    </p>
   </div>

  </div><?php manual_footer($setup); ?>