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

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@64852 c90b9560-bf6c-de11-be94-00142212c4b1
123 lines
3.3 KiB
XML
123 lines
3.3 KiB
XML
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
<!-- $Revision: 1.10 $ -->
|
|
<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
|
|
indent-tabs-mode:nil
|
|
sgml-parent-document:nil
|
|
sgml-default-dtd-file:"../../manual.ced"
|
|
sgml-exposed-tags:nil
|
|
sgml-local-catalogs:nil
|
|
sgml-local-ecat-files:nil
|
|
End:
|
|
vim600: syn=xml fen fdm=syntax fdl=2 si
|
|
vim: et tw=78 syn=sgml
|
|
vi: ts=1 sw=1
|
|
-->
|