What does ob_get_level() > $this->ob_level + 1 mean? |
I know it might be a naive question, but I've found this piece of code in the Exceptions.php file and (with all the online documentation) I can't find a way to understand what this means.
PHP Code: if (ob_get_level() > $this->ob_level + 1) Any help will be much appreciated. |
Messages In This Thread |
What does ob_get_level() > $this->ob_level + 1 mean? - by Andrei0872 - 06-27-2018, 04:43 PM
RE: What does ob_get_level() > $this->ob_level + 1 mean? - by ciadmin - 06-27-2018, 06:41 PM
RE: What does ob_get_level() > $this->ob_level + 1 mean? - by dave friend - 06-27-2018, 09:02 PM
|