请输入您要查询的百科知识:

 

词条 convert_uuencode
释义

定义和用法

convert_uuencode() 函数使用 uuencode 算法对字符串进行编码。

语法

convert_uuencode(string)

参数 描述

string 必需。规定进行 uuencode 的字符串。

提示和注释

注释:本函数把所有字符串(包括二进制的)转换为可打印的字符串,确保其网络传输的安全。

注释:uuencode 的字符串比原字符串增大大约 35%。

例子

在本例中,我们将使用 convert_uuencode() 对字符串进行编码:

<?php
$str = "Hello world!";
echo convert_uuencode($str);
?>输出:

,2&
5L;
&
\\@=V]R;
&
0A `PHP String 函数

随便看

 

百科全书收录4421916条中文百科知识,基本涵盖了大多数领域的百科知识,是一部内容开放、自由的电子版百科全书。

 

Copyright © 2004-2023 Cnenc.net All Rights Reserved
更新时间:2024/12/23 19:09:08