Документ взят из кэша поисковой машины. Адрес оригинального документа : http://oit.cmc.msu.ru/php/function.ob-get-level.html
Дата изменения: Sun Feb 3 22:50:57 2002
Дата индексирования: Mon Oct 1 21:46:02 2012
Кодировка:
ob_get_level

ob_get_level

(PHP 4 CVS only)

ob_get_level --  Return the nesting level of the output buffering mechanism

Description

int ob_get_level ( (void);)

This will return the level of nested output buffering handlers.

See also ob_start() and ob_get_contents().