downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | 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 Git repository for this website on git.php.net.

Source of: /manual/zh/book.spplus.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 => 'zh',
  ),
 
'this' =>
  array (
   
0 => 'book.spplus.php',
   
1 => 'SPPLUS',
  ),
 
'up' =>
  array (
   
0 => 'refs.creditcard.php',
   
1 => '信用卡处理',
  ),
 
'prev' =>
  array (
   
0 => 'function.m-verifysslcert.php',
   
1 => 'm_verifysslcert',
  ),
 
'next' =>
  array (
   
0 => 'intro.spplus.php',
   
1 => '简介',
  ),
 
'alternatives' =>
  array (
  ),
 
'extra_header_links' =>
  array (
   
'rel' => 'alternate',
   
'href' => '/manual/en/feeds/book.spplus.atom',
   
'type' => 'application/atom+xml',
  ),
);
$setup["toc"] = $TOC;
$setup["parents"] = $PARENTS;
manual_setup($setup);

manual_header();
?>
<div id="book.spplus" class="book">
 <h1 class="title">SPPLUS Payment System</h1>
 
 
 
 
 

 







 







 








<ul class="chunklist chunklist_book"><li><a href="intro.spplus.php">简介</a></li><li><a href="spplus.setup.php">安装/配置</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="spplus.requirements.php">需求</a></li><li><a href="spplus.installation.php">安装</a></li><li><a href="spplus.configuration.php">运行时配置</a></li><li><a href="spplus.resources.php">资源类型</a></li></ul></li><li><a href="spplus.constants.php">预定义常量</a></li><li><a href="ref.spplus.php">SPPLUS 函数</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="function.calcul-hmac.php">calcul_hmac</a> — Obtain a hmac key (needs 8 arguments)</li><li><a href="function.calculhmac.php">calculhmac</a> — Obtain a hmac key (needs 2 arguments)</li><li><a href="function.nthmac.php">nthmac</a> — Obtain a nthmac key (needs 2 arguments)</li><li><a href="function.signeurlpaiement.php">signeurlpaiement</a> — Obtain the payment url (needs 2 arguments)</li></ul></li></ul></div><?php manual_footer(); ?>
 
show source | credits | sitemap | contact | advertising | mirror sites