Function __global->ob_get_level

Definitions

sources_custom/phpstub.php

  • Return the nesting level of the output buffering mechanism.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: int

Returns

  • Nesting level
  • Type: integer
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Return the nesting level of the output buffering mechanism.
 *
 * @return integer Nesting level
 */

function ob_get_level() : int