Function __global->ob_get_contents

Definitions

sources_custom/phpstub.php

  • Return the contents of the output buffer .
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No

Returns

  • The buffer contents (false: no buffer)
  • Type: ~string
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Return the contents of the output buffer .
 *
 * @return ~string The buffer contents (false: no buffer)
 */

function ob_get_contents()