downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

Our source is open

The syntax highlighted source is automatically generated by PHP from the plaintext script. If you're interested in what's behind the several functions we used, you can always take a look at the source of the following files:

Of course, if you want to see the source of this page, we have it available. You can also browse the SVN repository for this website on svn.php.net.

Source of: /manual/en/book.mcve.php

<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$PARENTS = array();
include_once
dirname(__FILE__) ."/toc/refs.creditcard.inc";
$setup = array (
 
'home' =>
  array (
   
0 => 'index.php',
   
1 => 'PHP Manual',
  ),
 
'head' =>
  array (
   
0 => 'UTF-8',
   
1 => 'en',
  ),
 
'this' =>
  array (
   
0 => 'book.mcve.php',
   
1 => 'MCVE',
  ),
 
'up' =>
  array (
   
0 => 'refs.creditcard.php',
   
1 => 'Credit Card Processing',
  ),
 
'prev' =>
  array (
   
0 => 'refs.creditcard.php',
   
1 => 'Credit Card Processing',
  ),
 
'next' =>
  array (
   
0 => 'intro.mcve.php',
   
1 => 'Introduction',
  ),
);
$setup["toc"] = $TOC;
$setup["parents"] = $PARENTS;
manual_setup($setup);

manual_header();
?>
<div>
 <h1 class="title">MCVE (Monetra) Payment</h1>
 
 
 
 
 
 
 







 






 


 





<ul class="chunklist chunklist_book"><li><a href="intro.mcve.php">Introduction</a></li><li><a href="mcve.setup.php">Installing/Configuring</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="mcve.requirements.php">Requirements</a></li><li><a href="mcve.installation.php">Installation</a></li><li><a href="mcve.configuration.php">Runtime Configuration</a></li><li><a href="mcve.resources.php">Resource Types</a></li></ul></li><li><a href="mcve.constants.php">Predefined Constants</a></li><li><a href="ref.mcve.php">MCVE Functions</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="function.m-checkstatus.php">m_checkstatus</a> — Check to see if a transaction has completed</li><li><a href="function.m-completeauthorizations.php">m_completeauthorizations</a> — Number of complete authorizations in queue, returning an array of their identifiers</li><li><a href="function.m-connect.php">m_connect</a> — Establish the connection to MCVE</li><li><a href="function.m-connectionerror.php">m_connectionerror</a> — Get a textual representation of why a connection failed</li><li><a href="function.m-deletetrans.php">m_deletetrans</a> — Delete specified transaction from MCVE_CONN structure</li><li><a href="function.m-destroyconn.php">m_destroyconn</a> — Destroy the connection and MCVE_CONN structure</li><li><a href="function.m-destroyengine.php">m_destroyengine</a> — Free memory associated with IP/SSL connectivity</li><li><a href="function.m-getcell.php">m_getcell</a> — Get a specific cell from a comma delimited response by column name</li><li><a href="function.m-getcellbynum.php">m_getcellbynum</a> — Get a specific cell from a comma delimited response by column number</li><li><a href="function.m-getcommadelimited.php">m_getcommadelimited</a> — Get the RAW comma delimited data returned from MCVE</li><li><a href="function.m-getheader.php">m_getheader</a> — Get the name of the column in a comma-delimited response</li><li><a href="function.m-initconn.php">m_initconn</a> — Create and initialize an MCVE_CONN structure</li><li><a href="function.m-initengine.php">m_initengine</a> — Ready the client for IP/SSL Communication</li><li><a href="function.m-iscommadelimited.php">m_iscommadelimited</a> — Checks to see if response is comma delimited</li><li><a href="function.m-maxconntimeout.php">m_maxconntimeout</a> — The maximum amount of time the API will attempt a connection to MCVE</li><li><a href="function.m-monitor.php">m_monitor</a> — Perform communication with MCVE (send/receive data) Non-blocking</li><li><a href="function.m-numcolumns.php">m_numcolumns</a> — Number of columns returned in a comma delimited response</li><li><a href="function.m-numrows.php">m_numrows</a> — Number of rows returned in a comma delimited response</li><li><a href="function.m-parsecommadelimited.php">m_parsecommadelimited</a> — Parse the comma delimited response so m_getcell, etc will work</li><li><a href="function.m-responsekeys.php">m_responsekeys</a> — Returns array of strings which represents the keys that can be used
 for response parameters on this transaction</li><li><a href="function.m-responseparam.php">m_responseparam</a> — Get a custom response parameter</li><li><a href="function.m-returnstatus.php">m_returnstatus</a> — Check to see if the transaction was successful</li><li><a href="function.m-setblocking.php">m_setblocking</a> — Set blocking/non-blocking mode for connection</li><li><a href="function.m-setdropfile.php">m_setdropfile</a> — Set the connection method to Drop-File</li><li><a href="function.m-setip.php">m_setip</a> — Set the connection method to IP</li><li><a href="function.m-setssl-cafile.php">m_setssl_cafile</a> — Set SSL CA (Certificate Authority) file for verification of server
 certificate</li><li><a href="function.m-setssl-files.php">m_setssl_files</a> — Set certificate key files and certificates if server requires client certificate
 verification</li><li><a href="function.m-setssl.php">m_setssl</a> — Set the connection method to SSL</li><li><a href="function.m-settimeout.php">m_settimeout</a> — Set maximum transaction time (per trans)</li><li><a href="function.m-sslcert-gen-hash.php">m_sslcert_gen_hash</a> — Generate hash for SSL client certificate verification</li><li><a href="function.m-transactionssent.php">m_transactionssent</a> — Check to see if outgoing buffer is clear</li><li><a href="function.m-transinqueue.php">m_transinqueue</a> — Number of transactions in client-queue</li><li><a href="function.m-transkeyval.php">m_transkeyval</a> — Add key/value pair to a transaction. Replaces deprecated transparam()</li><li><a href="function.m-transnew.php">m_transnew</a> — Start a new transaction</li><li><a href="function.m-transsend.php">m_transsend</a> — Finalize and send the transaction</li><li><a href="function.m-uwait.php">m_uwait</a> — Wait x microsecs</li><li><a href="function.m-validateidentifier.php">m_validateidentifier</a> — Whether or not to validate the passed identifier on any transaction it is passed to</li><li><a href="function.m-verifyconnection.php">m_verifyconnection</a> — Set whether or not to PING upon connect to verify connection</li><li><a href="function.m-verifysslcert.php">m_verifysslcert</a> — Set whether or not to verify the server ssl certificate</li></ul></li></ul></div><?php manual_footer(); ?>
 
show source | credits | sitemap | contact | advertising | mirror sites