您的位置:寻梦网首页编程乐园PHP 编程PHP5中文手册
PHP5中文手册

cybercash_decr

(PHP 4 <= 4.2.3, PECL cybercash:1.18)

cybercash_decr — Cybercash decrypt

说明

array cybercash_decr ( string $wmk , string $sk , string $inbuff )

Decrypts information.

参数

wmk

The merchant key.

sk

The session key.

inbuff

返回值

The function returns an associative array with the elements "errcode" and, if "errcode" is FALSE, "outbuff" (string), "outLth" (long) and "macbuff" (string).