php - How do I get the http response/server code from each request in Zend Framework? -
using zend framework http client, how http response/server code each request? getting body fine, response code nice too.
found answer:
$response->getstatus(); using zend framework http client, how http response/server code each request? getting body fine, response code nice too.
found answer:
$response->getstatus();
Comments
Post a Comment