Документ взят из кэша поисковой машины. Адрес оригинального документа : http://old.master.cmc.msu.ru/php/function.ob-get-level.html
Дата изменения: Sun Feb 3 22:50:57 2002
Дата индексирования: Tue Oct 2 07:14:40 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().