|
PHP5中文手册
convert_uuencode(PHP 5) convert_uuencode — Uuencode a string 说明
string convert_uuencode
( string $data
)
convert_uuencode() encodes a string using the uuencode algorithm. Uuencode translates all strings (including binary's ones) into printable characters, making them safe for network transmissions. Uuencoded data is about 35% larger than the original. 参数
返回值Returns the uuencoded data. 范例
Example#1 convert_uuencode() example
<?php |