题目: 如何将一个数组作为附件发送,并要能在接收后重新组合?
A、用serialize() 把它转换成字符串,再用htmlentities() 处理一下
B、把它存在文件中,并用base64_encode() 进行编码
C、用serialize() 把它转换成数组
D、用serialize() 把它转换成数组,再用base64_encode() 进行编码
E、把它存在文件中,再用convert_uuencode() 进行编码
题目: 如何将一个数组作为附件发送,并要能在接收后重新组合?
A、用serialize() 把它转换成字符串,再用htmlentities() 处理一下
B、把它存在文件中,并用base64_encode() 进行编码
C、用serialize() 把它转换成数组
D、用serialize() 把它转换成数组,再用base64_encode() 进行编码
E、把它存在文件中,再用convert_uuencode() 进行编码