|
PHP5中文手册
Verisign Payflow Pro Functions简介This extension allows you to process credit cards and other financial transactions using Verisign Payment Services, formerly known as Signio (» http://www.verisign.com/products-services/payment-processing/online-payment/payflow-pro/index.html). When using these functions, you may omit calls to pfpro_init() and pfpro_cleanup() as this extension will do so automatically if required. However the functions are still available in case you are processing a number of transactions and require fine control over the library. You may perform any number of transactions using pfpro_process() between the two. These functions were added in PHP 4.0.2.
需求You will require the appropriate SDK for your platform, which may be downloaded » from within the manager interface once you have registered. Once you have downloaded the SDK you should copy the files from the lib directory of the distribution. Copy the header file pfpro.h to /usr/local/include and the library file libpfpro.so to /usr/local/lib. Alternatively, you can extract the tarball from Verisign in one location, and reference it during build configuration with the --with-pfpro[=DIR] option: Example#1 Explicit Configuration tar -zxf pfpro_sunsparc.tar.gz -C /usr/local/ ./configure --with-pfpro=/usr/local/verisign/payflowpro/sunsparc
安装These functions are only available if PHP has been compiled with the --with-pfpro[=DIR] option. Warning
If you are planing to use this extension along with the OpenSSL extension or with ModSSL, you should compile this extension as shared: --with-pfpro=shared,/usr/local. 运行时配置这些函数的行为受 php.ini 的影响。
资源类型本扩展模块未定义任何资源类型。 预定义常量本扩展模块未定义任何常量。 Table of Contents
|