Function FB->groupEnd

Definitions

sources/firephp.php

  • Ends a group you have started before
  • Visibility: public
  • Is abstract?: No
  • Is static?: Yes
  • Is final?: No

Returns

  • Type: true
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Ends a group you have started before
 *
 * @return true
 */

public static function groupEnd()