mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-19 10:28:54 +00:00

And everyone should follow that. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@32721 c90b9560-bf6c-de11-be94-00142212c4b1
117 lines
3.2 KiB
XML
117 lines
3.2 KiB
XML
<reference id="ref.cybercash">
|
|
<title>Cybercash payment functions</title>
|
|
<titleabbrev>Cybercash</titleabbrev>
|
|
|
|
<partintro>
|
|
<simpara>
|
|
These functions are only available if the interpreter has been
|
|
compiled with the <option
|
|
role="configure">--with-cybercash=[DIR]</option>. These functions
|
|
have been added in PHP 4.
|
|
</simpara>
|
|
</partintro>
|
|
|
|
<refentry id="function.cybercash-encr">
|
|
<refnamediv>
|
|
<refname>cybercash_encr</refname>
|
|
<refpurpose>???</refpurpose>
|
|
</refnamediv>
|
|
<refsect1>
|
|
<title>Description</title>
|
|
<funcsynopsis>
|
|
<funcprototype>
|
|
<funcdef>array <function>cybercash_encr</function></funcdef>
|
|
<paramdef>string <parameter>wmk</parameter></paramdef>
|
|
<paramdef>string <parameter>sk</parameter></paramdef>
|
|
<paramdef>string <parameter>inbuff</parameter></paramdef>
|
|
</funcprototype>
|
|
</funcsynopsis>
|
|
<para>
|
|
The function returns an associative array with the elements
|
|
"errcode" and, if "errcode" is false, "outbuff" (string),
|
|
"outLth" (long) and "macbuff" (string).
|
|
</para>
|
|
</refsect1>
|
|
</refentry>
|
|
|
|
<refentry id="function.cybercash-decr">
|
|
<refnamediv>
|
|
<refname>cybercash_decr</refname>
|
|
<refpurpose>???</refpurpose>
|
|
</refnamediv>
|
|
<refsect1>
|
|
<title>Description</title>
|
|
<funcsynopsis>
|
|
<funcprototype>
|
|
<funcdef>array <function>cybercash_decr</function></funcdef>
|
|
<paramdef>string <parameter>wmk</parameter></paramdef>
|
|
<paramdef>string <parameter>sk</parameter></paramdef>
|
|
<paramdef>string <parameter>inbuff</parameter></paramdef>
|
|
</funcprototype>
|
|
</funcsynopsis>
|
|
<para>
|
|
The function returns an associative array with the elements
|
|
"errcode" and, if "errcode" is false, "outbuff" (string),
|
|
"outLth" (long) and "macbuff" (string).
|
|
</para>
|
|
</refsect1>
|
|
</refentry>
|
|
|
|
<refentry id="function.cybercash-base64-encode">
|
|
<refnamediv>
|
|
<refname>cybercash_base64_encode</refname>
|
|
<refpurpose>???</refpurpose>
|
|
</refnamediv>
|
|
<refsect1>
|
|
<title>Description</title>
|
|
<funcsynopsis>
|
|
<funcprototype>
|
|
<funcdef>string
|
|
<function>cybercash_base64_encode</function>
|
|
</funcdef>
|
|
<paramdef>string <parameter>inbuff</parameter></paramdef>
|
|
</funcprototype>
|
|
</funcsynopsis>
|
|
<para>
|
|
</para>
|
|
</refsect1>
|
|
</refentry>
|
|
|
|
<refentry id="function.cybercash-base64-decode">
|
|
<refnamediv>
|
|
<refname>cybercash_base64_decode</refname>
|
|
<refpurpose></refpurpose>
|
|
</refnamediv>
|
|
<refsect1>
|
|
<title>Description</title>
|
|
<funcsynopsis>
|
|
<funcprototype>
|
|
<funcdef>string
|
|
<function>cybercash_base64_decode</function>
|
|
</funcdef>
|
|
<paramdef>string <parameter>inbuff</parameter></paramdef>
|
|
</funcprototype>
|
|
</funcsynopsis>
|
|
<para>
|
|
</para>
|
|
</refsect1>
|
|
</refentry>
|
|
|
|
</reference>
|
|
|
|
<!-- Keep this comment at the end of the file
|
|
Local variables:
|
|
mode: sgml
|
|
sgml-omittag:t
|
|
sgml-shorttag:t
|
|
sgml-minimize-attributes:nil
|
|
sgml-always-quote-attributes:t
|
|
sgml-indent-step:1
|
|
sgml-indent-data:t
|
|
sgml-parent-document:nil
|
|
sgml-default-dtd-file:"../../manual.ced"
|
|
sgml-exposed-tags:nil
|
|
sgml-local-catalogs:nil
|
|
sgml-local-ecat-files:nil
|
|
End:
|
|
-->
|