I have written a PHP script that uses curl_seopt
to send data to a server (www.googleapis.com/admin/directory/v1/users).
Now I want to know what response did I get? Hopefully "200 OK". How can I print that response or some helpful information to the screen?