| php-manual.net |
|
| Home | PHP Manual auf Deutsch | PHP Manual in English | PHP manuel le sur le français | Impressum |
iconv_mime_encode(PHP 5) iconv_mime_encode — Composes a MIME header field Beschreibung
string iconv_mime_encode
( string $field_name
, string $field_value
[, array $preferences
] )
Composes and returns a string that represents a valid MIME header field, which looks like the following:
Parameter Liste
RückgabewerteReturns an encoded MIME field on success, or FALSE if an error occurs during the encoding. Beispiele
Example#1 iconv_mime_encode() example
<?php |