Function __global->ob_get_clean
Definitions
sources_custom/phpstub.php
- Get current buffer contents and delete current output buffer.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
Returns
- Contents of the buffer (false: no buffer was open)
- Type: ~string
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Get current buffer contents and delete current output buffer.
*
* @return ~string Contents of the buffer (false: no buffer was open)
*/
function ob_get_clean()
* Get current buffer contents and delete current output buffer.
*
* @return ~string Contents of the buffer (false: no buffer was open)
*/
function ob_get_clean()
