|
mailparse_stream_encodeStreams data from source file pointer, apply encoding and write to destfp Beschreibung
bool mailparse_stream_encode
( resource
$sourcefp
, resource $destfp
, string $encoding
)
Streams data from the source file pointer, apply
Parameter-Liste
Rückgabewerte
Gibt bei Erfolg Beispiele
Beispiel #1 mailparse_stream_encode example
<?phpDas oben gezeigte Beispiel erzeugt folgende Ausgabe: hello, this is some text=3Dhello. |