Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. 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;
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal