Вся предоставленная на этом сервере информация собрана нами из разных источников. Если Вам кажется, что публикация каких-то документов нарушает чьи-либо авторские права, сообщите нам об этом.
pfpro_cleanup -- Shuts down the Payflow Pro library
Description
void pfpro_cleanup(void);
pfpro_cleanup() is used to shutdown the
Payflow Pro library cleanly. It should be called after you
have processed any transactions and before the end of your script.
However you may omit this call, in which case this
extension will automatically call pfpro_cleanup()
after your script terminates.