PHP Verisign Payflow Pro Functions
EditRocket provides the following information on Verisign Payflow Pro functions in the PHP source code builder.
bool pfpro_cleanup ( void ) - Used to shutdown the Payflow Pro library cleanly.
bool pfpro_init ( void ) - Used to initialise the Payflow Pro library.
array pfpro_process ( array $parameters [, string $address [, int $port [, int $timeout [, string $proxy_address [, int $proxy_port [, string $proxy_logon [, string $proxy_password ]]]]]]] ) - pfpro_process() processes a transaction with Payflow Pro.
string pfpro_process_raw ( string $parameters [, string $address [, int $port [, int $timeout [, string $proxy_address [, int $proxy_port [, string $proxy_logon [, string $proxy_password ]]]]]]] ) - pfpro_process_raw() processes a raw transaction string with Payflow Pro.
string pfpro_version ( void ) - pfpro_version() returns the version string of the Payflow Pro library. At the time of writing, this was L211.