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

Breadcrumb

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

function debug_resource

Returns a debug stream based on the provided variable.

Parameters

mixed $value Optional value:

Return value

resource

Deprecated

debug_resource will be removed in guzzlehttp/guzzle:8.0. Use Utils::debugResource instead.

File

vendor/guzzlehttp/guzzle/src/functions.php, line 43

Namespace

GuzzleHttp

Code

function debug_resource($value = null) {
    return Utils::debugResource($value);
}
RSS feed
Powered by Drupal