function cc::show_response in Constant Contact 7.3
Same name and namespace in other branches
- 6.3 class.cc.php \cc::show_response()
Shows the last response
@access public
File
- ./
class.cc.php, line 289 - Constant Contact PHP Class
Class
- cc
- @file Constant Contact PHP Class
Code
function show_response() {
print_r($this->http_response);
}