我正在寻找在Guzzle 6中检索请求总时间,就在一个简单的GET请求之后:
$client = new GuzzleHttp\Client(); $response = client->get('http://www.google.com/');
但是在文档中找不到任何关于那个的东西.任何的想法 ?
非常感谢.
php curl guzzle guzzle6
curl ×1
guzzle ×1
guzzle6 ×1
php ×1