mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-26 05:48:57 +00:00

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@78842 c90b9560-bf6c-de11-be94-00142212c4b1
75 lines
2.4 KiB
XML
75 lines
2.4 KiB
XML
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
<!-- $Revision: 1.3 $ -->
|
|
<reference id="ref.cybermut">
|
|
<title>Crédit Mutuel CyberMUT functions</title>
|
|
<titleabbrev>CyberMUT</titleabbrev>
|
|
<partintro>
|
|
<section id="cybermut.intro">
|
|
&reftitle.intro;
|
|
<para>
|
|
This extension allows you to process credit cards transactions using Crédit
|
|
Mutuel CyberMUT system (<ulink url="&url.cybermut;">&url.cybermut;</ulink>).
|
|
</para>
|
|
<para>
|
|
CyberMUT is a popular Web Payment Service in France, provided by the
|
|
Crédit Mutuel bank. If you are foreign in France, these functions will not
|
|
be useful for you.
|
|
</para>
|
|
<simpara>
|
|
The use of these functions is almost identical to the original SDK functions,
|
|
except for the parameters of return for <function>cybermut_creerformulairecm</function>
|
|
and <function>cybermut_creerreponsecm</function>,
|
|
which are returned directly by functions PHP, whereas they had passed in
|
|
reference in the original functions.
|
|
</simpara>
|
|
<simpara>
|
|
These functions have been added in PHP 4.0.6.
|
|
</simpara>
|
|
<note>
|
|
<para>
|
|
These functions only provide a link to CyberMUT SDK. Be sure to read the
|
|
CyberMUT Developers Guide for full details of the required parameters.
|
|
</para>
|
|
</note>
|
|
</section>
|
|
|
|
<section id="cybermut.installation">
|
|
&reftitle.install;
|
|
<para>
|
|
These functions are only available if PHP has been compiled with the
|
|
<link linkend="install.configure.with-cybermut"><option role="configure">
|
|
--with-cybermut[=DIR]</option></link>
|
|
option, where DIR is the location of <filename>libcm-mac.a</filename>
|
|
and <filename>cm-mac.h</filename>.
|
|
You will require the appropriate SDK for your platform, which
|
|
may be sent to you after your CyberMUT's subscription (contact
|
|
them via Web, or go to the nearest Crédit Mutuel).
|
|
</para>
|
|
</section>
|
|
</partintro>
|
|
|
|
|
|
&reference.cybermut.functions;
|
|
|
|
</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
|
|
-->
|