|
PHP5中文手册
cybercash_encr(PHP 4 <= 4.2.3, PECL cybercash:1.18) cybercash_encr — Cybercash encrypt 说明
array cybercash_encr
( string $wmk
, string $sk
, string $inbuff
)
Encrypts information. 参数
返回值The function returns an associative array with the elements "errcode" and, if "errcode" is FALSE, "outbuff" (string), "outLth" (long) and "macbuff" (string). |