Function __global->headers_sent

Definitions

sources_custom/phpstub.php

  • Checks if or where headers have been sent.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: bool

Returns

  • The answer
  • Type: boolean
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Checks if or where headers have been sent.
 *
 * @return boolean The answer
 */

function headers_sent() : bool