mailparse_stream_encode(PECL mailparse >= 0.9.0) mailparse_stream_encode — Streams data from source file pointer, apply encoding and write to destfp Описание
   bool mailparse_stream_encode
    ( resource $sourcefp
   , resource $destfp
   , string $encoding      
   ) 
  Streams data from the source file pointer, apply encoding and write to the destination file pointer. Список параметров
 
 Возвращаемые значенияВозвращает TRUE в случае успешного завершения или FALSE в случае возникновения ошибки. Примеры
 Пример #1 mailparse_stream_encode() example 
<?phpРезультат выполнения данного примера: hello, this is some text=3Dhello.  | 
||