PHP中的quoted_printable_encode()函数

quoted_printable_encode()函数用于将8位字符串转换为带引号的可打印字符串。

语法

quoted_printable_encode(str)

参数

  • str-它指定要转换的8位字符串。

返回

quoted_printable_encode()函数返回转换后的字符串。

示例

以下是一个例子-

<?php
   echo quoted_printable_encode("www.example.com")
?>

输出结果

以下是输出-

www.example.com