|
|||||||||
|
|||||||||
ob_get_contents(PHP 4, PHP 5) ob_get_contents — Return the contents of the output buffer Описание
string ob_get_contents
( void
)
Gets the contents of the output buffer without clearing it. Возвращаемые значенияThis will return the contents of the output buffer or FALSE, if output buffering isn't active. Примеры
Пример #1 A simple ob_get_contents() example
<?phpРезультат выполнения данного примера:
| |||||||||
|
|||||||||