|
PHP5中文手册
mailparse_stream_encode(PHP 4 >= 4.0.7, PECL mailparse:0.9-2.1.1) 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。 范例
Example#1 mailparse_stream_encode() example
<?php 上例将输出:
|