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

Breadcrumb

  1. Drupal Core 11.1.x
  2. CurlResponse.php

CurlResponse::$curlInfo

@phpstan-var CurlInfo

Type: array

See also

https://www.php.net/curl_getinfo

File

vendor/composer/composer/src/Composer/Util/Http/CurlResponse.php, line 25

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

private $curlInfo;

API Navigation

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