quoted_printable_decode - 语法
string quoted_printable_decode ( string $str )
用于将引用的可打印字符串转换为8位字符串
| Sr.No | 参数 & 描述 |
|---|---|
| 1 |
str 它是字符串输入 |
quoted_printable_decode - 返回值
它返回8位二进制串
quoted_printable_decode - 示例
<?php $input="tutorials=point."; echo quoted_printable_decode($input); ?>
这将产生以下输出-
tutorials=point.