位置: 编程技术 - 正文

PHP:iconv_mime_encode()的用法_iconv函数

编辑:rootadmin
iconv_mime_encode

推荐整理分享PHP:iconv_mime_encode()的用法_iconv函数,希望有所帮助,仅作参考,欢迎阅读内容。

文章相关热门搜索词:,内容如对您有帮助,希望把文章链接给更多的朋友!

(PHP 5)

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: In the above example, "Subject" is the field name and the portion that begins with "=?ISO--1?..." is the field value.

参数

field_name

The field name.

field_value PHP:iconv_mime_encode()的用法_iconv函数

The field value.

preferences

You can control the behaviour of iconv_mime_encode() by specifying an associative array that contains configuration items to the optional third parameter preferences. The items supported by iconv_mime_encode() are listed below. Note that item names are treated case-sensitive. Configuration items supported by iconv_mime_encode() Item Type Description Default value Example scheme string Specifies the method to encode a field value by. The value of this item may be either "B" or "Q", where "B" stands for base encoding scheme and "Q" stands for quoted-printable encoding scheme. B B input-charset string Specifies the character set in which the first parameter field_name and the second parameter field_value are presented. If not given, iconv_mime_encode() assumes those parameters are presented to it in the iconv.internal_encoding ini setting. iconv.internal_encoding ISO--1 output-charset string Specifies the character set to use to compose the MIME header. iconv.internal_encoding UTF-8 line-length integer Specifies the maximum length of the header lines. The resulting header is "folded" to a set of multiple lines in case the resulting header field would be longer than the value of this parameter, according to »RFC - Internet Message Format. If not given, the length will be limited to characters. line-break-chars string Specifies the sequence of characters to append to each line as an end-of-line sign when "folding" is performed on a long header field. If not given, this defaults to "rn" (CR LF). Note that this parameter is always treated as an ASCII string regardless of the value of input-charset. rn n

返回值

Returns an encoded MIME field on success, or FALSE if an error occurs during the encoding.

范例

Example #1 iconv_mime_encode() example

<?php$preferences=array("input-charset"=>"ISO--1","output-charset"=>"UTF-8","line-length"=>,"line-break-chars"=>"n");$preferences["scheme"]="Q";//Thisyields"Subject:=?UTF-8?Q?Pr=C3=BCfung=Pr=C3=BCfung?="echoiconv_mime_encode("Subject","PrüfungPrüfung",$preferences);$preferences["scheme"]="B";//Thisyields"Subject:=?UTF-8?B?UHLDvGZ1bmcgUHLDvGZ1bmc=?="echoiconv_mime_encode("Subject","PrüfungPrüfung",$preferences);?>

参见

imap_binary() - Convert an 8bit string to a base string mb_encode_mimeheader() - 为 MIME 头编码字符串 imap_8bit() - Convert an 8bit string to a quoted-printable string quoted_printable_encode() - 将 8-bit 字符串转换成 quoted-printable 字符串

PHP:iconv_strlen()的用法_iconv函数 iconv_strlen(PHP5)iconv_strlen返回字符串的字符数统计说明inticonv_strlen(string$str[,string$charset=ini_get(iconv.internal_encoding)])和strlen()不同的是,iconv_strlen()统计了给

PHP:iconv_get_encoding()的用法_iconv函数 iconv_get_encoding(PHP4=4.0.5,PHP5)iconv_get_encoding获取iconv扩展的内部配置变量说明mixediconv_get_encoding([string$type=all])获取iconv扩展的内部配置变量。参数type选项type

PHP:iconv_mime_decode()的用法_iconv函数 iconv_mime_decode(PHP5)iconv_mime_decodeDecodesaMIMEheaderfield说明stringiconv_mime_decode(string$encoded_header[,int$mode=0[,string$charset=ini_get(iconv.internal_encoding)]])DecodesaMIMEheaderfiel

标签: PHP:iconv_mime_encode()的用法_iconv函数

本文链接地址:https://www.jiuchutong.com/biancheng/285160.html 转载请保留说明!

上一篇:PHP:iconv_strpos()的用法_iconv函数

下一篇:PHP:iconv_strlen()的用法_iconv函数

  • 财务软件怎么样从捷软系统导出数据
  • 预付款类发票可抵扣吗
  • 费用报销票跨月跨年可以吗
  • 公司购买新车购置税是否可以抵扣呢
  • 申报成功忘记清关怎么办
  • 一般纳税人企业所得税税率
  • 已交增值税如何做账
  • 辅导期一般纳税人管理办法
  • 经纪代理服务怎么做分录
  • 债务重组损益的计算公式
  • 商业企业向供货方收取的进场费,不可以开具增值税发票
  • 房地产开发企业预缴增值税
  • 一次性伤残就业赔偿标准
  • 分公司的人员构成
  • 增值税抵扣凭证管理
  • 电子发票是专用发票吗
  • 客运服务是指
  • 纳税人备案信息包括
  • 服装外贸进出口
  • 固定资产清理账户结构
  • 电子承兑如何转出换成现金
  • 库存商品的进项可以抵扣吗
  • exe是什么进程
  • PHP:spl_autoload_unregister()的用法_spl函数
  • 小规模旅游业的会计分录怎么写
  • 小狐狸k
  • PHP:imagecreatefromgd2part()的用法_GD库图像处理函数
  • 雷尼尔国家公园攻略
  • 应付债券的应付利息怎么计算
  • api使用方法
  • 计算机视觉的应用
  • 跟日期有关的名字
  • 手把手教你安装nvidia驱动
  • js 数组中的重数
  • 数据挖掘技术介绍
  • vue快速入门与实战开发
  • htmlcss导航栏网页
  • ntpq命令详解
  • 开了红字信息表当月怎么做账
  • 无法收回的应收账款怎么做分录
  • 预收账款的借贷方向是加还是凿
  • 企业通讯费补贴发放规定
  • java守护线程和本地线程区别
  • 在access中,数据库对象导出到另一数据库中
  • 外单位替本单位缴纳医保
  • 修改账本
  • 设备购入后又退出怎么办
  • 工地装饰工程包括哪些
  • 全年多少钱就得交税
  • SQL中DATEADD和DATEDIFF的用法示例介绍
  • 小规模企业提现到自己个人银行卡需要交多少税
  • 专项资金账务体现不出怎么办
  • 收到预付卡的发票是否可以报销呢?
  • 冲暂估费用
  • 暂估入库已结转成本,下月票回来,还用红冲吗
  • 发票报销流程和条件
  • 什么叫发票分割单
  • 个税和社保基数不一致怎么办
  • 飞机发票和行程单一样吗
  • 银行扣掉的手续费怎么算
  • 获取sql
  • ubuntu中运行c程序
  • centos server
  • 电脑怎么换系统教程
  • xp系统个性化
  • 如何在vmware虚拟机中安装macos11.0
  • linux修改文件权限
  • linux管理员权限命令
  • win10预览版bug
  • linux操作系统内核
  • win10 提示
  • 搭建android开发环境需要用到哪些工具
  • jquery的实现原理
  • android四大组件的作用
  • javascript高级程序设计pdf百度云
  • node.js的express
  • 跨浏览器插件
  • 云南税务查询系统
  • 广东税务查询系统
  • 陕西省电力app
  • 免责声明:网站部分图片文字素材来源于网络,如有侵权,请及时告知,我们会第一时间删除,谢谢! 邮箱:opceo@qq.com

    鄂ICP备2023003026号

    网站地图: 企业信息 工商信息 财税知识 网络常识 编程技术

    友情链接: 武汉网站建设