Function FirePHP->groupEnd
Definitions
sources/firephp.php
- Ends a group you have started before
- Visibility: public
- Is abstract?: No
- Is static?: No
- 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 function groupEnd()
* Ends a group you have started before
*
* @return true
*/
public function groupEnd()