send(); if (200 == $response->getStatus()) { $body = $response->getBody(); } } catch (HTTP_Request2_Exception $ex) { echo $ex->getMessage(); } return $body; }; ?>