use Zend\Http\Client; $client = new Client('http://example.org', array( 'maxredirects' => 0, 'timeout' => 30 )); $response = $client->send(); ...
確定! 回上一頁