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(); 

Comments

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -