Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
CurlResponse.php
function CurlResponse::getCurlInfo
@phpstan-return CurlInfo
File
vendor/
composer/
composer/
src/
Composer/
Util/
Http/
CurlResponse.php
, line 39
Class
CurlResponse
@phpstan-type CurlInfo array{url: mixed, content_type: mixed, http_code: mixed, header_size: mixed, request_size: mixed, filetime: mixed, ssl_verify_result: mixed, redirect_count: mixed, total_time: mixed, namelookup_time: mixed, connect_time: mixed,…
Namespace
Composer\Util\Http
Code
public
function
getCurlInfo
() : array {
return
$this
->
curlInfo
; }
RSS feed