Sophie

Sophie

distrib > PLD > ac > amd64 > media > dist > by-pkgid > dd8ef74e7a184506d40e4328053fb785 > files > 1397

php-manual-ro-20051028-1.noarch.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML
><HEAD
><TITLE
>imap_mime_header_decode</TITLE
><META
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK
REL="HOME"
TITLE="Manual PHP"
HREF="index.html"><LINK
REL="UP"
TITLE="IMAP, POP3 ºi NNTP - funcþii"
HREF="ref.imap.html"><LINK
REL="PREVIOUS"
TITLE="imap_mailboxmsginfo"
HREF="function.imap-mailboxmsginfo.html"><LINK
REL="NEXT"
TITLE="imap_msgno"
HREF="function.imap-msgno.html"><META
HTTP-EQUIV="Content-type"
CONTENT="text/html; charset=ISO-8859-2"></HEAD
><BODY
CLASS="refentry"
BGCOLOR="#FFFFFF"
TEXT="#000000"
LINK="#0000FF"
VLINK="#840084"
ALINK="#0000FF"
><DIV
CLASS="NAVHEADER"
><TABLE
SUMMARY="Header navigation table"
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TH
COLSPAN="3"
ALIGN="center"
>Manual PHP</TH
></TR
><TR
><TD
WIDTH="10%"
ALIGN="left"
VALIGN="bottom"
><A
HREF="function.imap-mailboxmsginfo.html"
ACCESSKEY="P"
>Înapoi</A
></TD
><TD
WIDTH="80%"
ALIGN="center"
VALIGN="bottom"
></TD
><TD
WIDTH="10%"
ALIGN="right"
VALIGN="bottom"
><A
HREF="function.imap-msgno.html"
ACCESSKEY="N"
>Înainte</A
></TD
></TR
></TABLE
><HR
ALIGN="LEFT"
WIDTH="100%"></DIV
><H1
><A
NAME="function.imap-mime-header-decode"
></A
>imap_mime_header_decode</H1
><DIV
CLASS="refnamediv"
><A
NAME="AEN42704"
></A
><P
>    (PHP 3&#62;= 3.0.17, PHP 4 , PHP 5)</P
>imap_mime_header_decode&nbsp;--&nbsp;Decode MIME header elements</DIV
><DIV
CLASS="refsect1"
><A
NAME="AEN42707"
></A
><H2
>Descriere</H2
>array <B
CLASS="methodname"
>imap_mime_header_decode</B
> ( string text)<BR
></BR
><P
>&#13;     <B
CLASS="function"
>imap_mime_header_decode()</B
> function decodes 
     MIME message header extensions that are non ASCII text 
     (see <A
HREF="http://www.faqs.org/rfcs/rfcrfc2047.html"
TARGET="_top"
>RFC2047</A
>) 
     The decoded elements are returned in an array of objects, 
     where each object has two properties, "charset" &#38; "text".
     If the element hasn't been encoded, and in other words is in 
     plain US-ASCII,the "charset" property of that element is set to 
     "default".
    </P
><P
>&#13;     <TABLE
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
CLASS="EXAMPLE"
><TR
><TD
><DIV
CLASS="example"
><A
NAME="AEN42719"
></A
><P
><B
>Exemplu 1. <B
CLASS="function"
>imap_mime_header_decode()</B
> example</B
></P
><TABLE
BORDER="0"
BGCOLOR="#E0E0E0"
CELLPADDING="5"
><TR
><TD
><code><font color="#000000">
$text="=?ISO-8859-1?Q?Keld_J=F8rn_Simonsen?= &lt;keld@dkuug.dk&gt;";<br /><br />$elements=imap_mime_header_decode($text);<br />for($i=0;$i&lt;count($elements);$i++) {<br />&nbsp;&nbsp;&nbsp;&nbsp;echo "Charset: {$elements[$i]-&gt;charset}\n";<br />&nbsp;&nbsp;&nbsp;&nbsp;echo "Text: {$elements[$i]-&gt;text}\n\n";<br />}</font>
</code></TD
></TR
></TABLE
></DIV
></TD
></TR
></TABLE
>
    </P
><P
>&#13;     In the above example we would have two elements, whereas the first
     element had previously been encoded with ISO-8859-1, and the second
     element would be plain US-ASCII.
    </P
></DIV
><DIV
CLASS="NAVFOOTER"
><HR
ALIGN="LEFT"
WIDTH="100%"><TABLE
SUMMARY="Footer navigation table"
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
><A
HREF="function.imap-mailboxmsginfo.html"
ACCESSKEY="P"
>Înapoi</A
></TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="index.html"
ACCESSKEY="H"
>Acas&#227;</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
><A
HREF="function.imap-msgno.html"
ACCESSKEY="N"
>Înainte</A
></TD
></TR
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
>imap_mailboxmsginfo</TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="ref.imap.html"
ACCESSKEY="U"
>Sus</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
>imap_msgno</TD
></TR
></TABLE
></DIV
></BODY
></HTML
>