php中关于md5函数参数的问题
stringmd5(stringstr[,boolraw_output])请问第二参数,即raw_output有什么用?...
string md5 ( string str [, bool raw_output] )
请问第二参数,即raw_output有什么用? 展开
请问第二参数,即raw_output有什么用? 展开
1个回答
展开全部
string md5 ( string str [, bool raw_output])
Calculates the MD5 hash of str using the RSA Data Security, Inc. MD5 Message-Digest Algorithm, and returns that hash. The hash is a 32-character hexadecimal number. If the optional raw_output is set to TRUE, then the md5 digest is instead returned in raw binary format with a length of 16.
简单翻译一下:
用RSA Data Security, Inc. MD5 Message-Digest算法计算一个字符串 str 的MD5哈希值并返回. 这个哈希值是一个32个字符的16进制数.
如果可选参数raw_output设置为 true ,则md5函数将改为返回一个未加工的,长度为16的二进制格式的摘要.
Calculates the MD5 hash of str using the RSA Data Security, Inc. MD5 Message-Digest Algorithm, and returns that hash. The hash is a 32-character hexadecimal number. If the optional raw_output is set to TRUE, then the md5 digest is instead returned in raw binary format with a length of 16.
简单翻译一下:
用RSA Data Security, Inc. MD5 Message-Digest算法计算一个字符串 str 的MD5哈希值并返回. 这个哈希值是一个32个字符的16进制数.
如果可选参数raw_output设置为 true ,则md5函数将改为返回一个未加工的,长度为16的二进制格式的摘要.
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询