Function __global->ob_get_length
Definitions
sources_custom/phpstub.php
- Return the length of the output buffer.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
Returns
- Output buffer length (false: error)
- Type: ~integer
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Return the length of the output buffer.
*
* @return ~integer Output buffer length (false: error)
*/
function ob_get_length()
* Return the length of the output buffer.
*
* @return ~integer Output buffer length (false: error)
*/
function ob_get_length()

