update : 2015.11.03
php.shukuma.com검색:
|
iconv_mime_encode(PHP 5, PHP 7) iconv_mime_encode — Composes a MIME header field 설명
string iconv_mime_encode
( string
$field_name
, string $field_value
[, array $preferences = NULL
] )Composes and returns a string that represents a valid MIME header field, which looks like the following: Subject: =?ISO-8859-1?Q?Pr=FCfung_f=FCr?= Entwerfen von einer MIME kopfzeile 인수
반환값
Returns an encoded MIME field on success,
or 예제
Example #1 iconv_mime_encode() example
<?php 참고
|