Function __global->headers_list

Definitions

sources_custom/phpstub.php

  • Returns a list of response headers sent (or ready to send).
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: array

Returns

  • List of headers
  • Type: array
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Returns a list of response headers sent (or ready to send).
 *
 * @return array List of headers
 */

function headers_list() : array